Html Css Color HEX #74A1EA Jordy Blue

📋 copy color: '#74A1EA'

red 116 ◦ green 161 ◦ blue 234

#74A1EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #74A1EA

Tints of Jordy Blue #74A1EA

RGB

 RED value IS 116 (45.7% from 255) = 22.7%

 GREEN value IS 161 (63.28% from 255) = 31.51%

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 22.7%
G = 31.51%
B = 45.79%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74A1EA (or 0x74A1EA) is known color: Jordy Blue. HEX triplet: 74, A1 and EA. RGB value is (116,161,234). Sum of RGB (Red+Green+Blue) = 116+161+234=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #74A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A1EA is #8B5E15. Grayscale: #9B9B9B. Windows color (decimal): -9133590 or 15376756. OLE color: 15376756.

HSL color Cylindrical-coordinate representation of color #74A1EA: hue angle of 217.12º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74A1EA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 161 234 -
CMYK 0.50 0.31 0 0.08
HSL 217.12º 0.74% 0.69% -
HSV(B) 217.12º 0.5% 0.92% -
XYZ 34.8 35.14 82.79 -
YUV 155.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 116 161 234 0.50 0.31 0 0.08 217.12 0.74 0.69
Hex 74 A1 EA 32 1F 0 8 D9 4A 45
Octal 164 241 352 62 37 0 10 331 112 105
Binary 1110100 10100001 11101010 110010 11111 0 1000 11011001 1001010 1000101

Color Harmonies of #74A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A1EA

Black with #74A1EA

Text Example


Text Example

White with #74A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,234); }

 H1.HeaderClassName
 {
   color: #74A1EA;
 }
 .AnyTagClassName
 {
   color: #74A1EA;
 }
</style>

background-color css

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

 a { background-color: rgb(116,161,234); }

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

border-color css

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

 span { border-color: rgb(116,161,234); }

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