#74aff1

Color #74AFF1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #74AFF1

Tints of Jordy Blue #74AFF1

Color information

#74AFF1 (or 0x74AFF1) is unknown color: approx Jordy Blue. HEX triplet: 74, AF and F1. RGB value is (116,175,241). Sum of RGB (Red+Green+Blue) = 116+175+241=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #74AFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AFF1 is #8B500E. Grayscale: #A4A4A4. Windows color (decimal): -9129999 or 15839092. OLE color: 15839092.

HSL color Cylindrical-coordinate representation of color #74AFF1: hue angle of 211.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74AFF1 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116175241-
CMYK0.520.2700.05
HSL211.68º81.7%70%-
HSV(B)211.68º51.87%94.51%-
XYZ38.4140.7289.06-
YUV164.88170.9593.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 241 (94.53% from 255) = 45.30%
R=21.80%
G=32.89%
B=45.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161752410.520.2700.05211.6881.770
Hex74AFF1341B05d45246
Octal164257361643305324122106
Binary111010010101111111100011101001101101011101010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74aff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74aff1; }

 p { color: rgb(116,175,241); }

 H1.HeaderClassName
 {
   color: #74aff1;
 }
 .AnyTagClassName
 {
   color: #74aff1;
 }
</style>
background-color css

<style>
 a { background-color: #74aff1; }

 a { background-color: rgb(116,175,241); }

 div.DivClassName
 {
   background-color: #74aff1;
 }
 .BgClassName
 {
   background-color: #74aff1;
 }
</style>
border-color css

<style>
 span { border-color: #74aff1; }

 span { border-color: rgb(116,175,241); }

 td.TdClassName
 {
   border-color: #74aff1;
 }
 .TagClassName
 {
   border-color: #74aff1;
 }
</style>