Html Css Color HEX #74A8DB Jordy Blue

📋 copy color: '#74A8DB'

red 116 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #74A8DB

Tints of Jordy Blue #74A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 23.06%
G = 33.4%
B = 43.54%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74A8DB (or 0x74A8DB) is known color: Jordy Blue. HEX triplet: 74, A8 and DB. RGB value is (116,168,219). Sum of RGB (Red+Green+Blue) = 116+168+219=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #74A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8DB is #8B5724. Grayscale: #9E9E9E. Windows color (decimal): -9131813 or 14395508. OLE color: 14395508.

HSL color Cylindrical-coordinate representation of color #74A8DB: hue angle of 209.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74A8DB is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 168 219 -
CMYK 0.47 0.23 0 0.14
HSL 209.71º 0.59% 0.66% -
HSV(B) 209.71º 0.47% 0.86% -
XYZ 33.99 36.83 72.34 -
YUV 158.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 116 168 219 0.47 0.23 0 0.14 209.71 0.59 0.66
Hex 74 A8 DB 2F 17 0 E D2 3B 42
Octal 164 250 333 57 27 0 16 322 73 102
Binary 1110100 10101000 11011011 101111 10111 0 1110 11010010 111011 1000010

Color Harmonies of #74A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8DB

Black with #74A8DB

Text Example


Text Example

White with #74A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,219); }

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

background-color css

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

 a { background-color: rgb(116,168,219); }

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

border-color css

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

 span { border-color: rgb(116,168,219); }

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