Html Css Color HEX #74A6DB Jordy Blue

📋 copy color: '#74A6DB'

red 116 ◦ green 166 ◦ blue 219

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

Shades of Jordy Blue #74A6DB

Tints of Jordy Blue #74A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

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

R = 23.15%
G = 33.13%
B = 43.71%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74A6DB (or 0x74A6DB) is known color: Jordy Blue. HEX triplet: 74, A6 and DB. RGB value is (116,166,219). Sum of RGB (Red+Green+Blue) = 116+166+219=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #74A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6DB is #8B5924. Grayscale: #9C9C9C. Windows color (decimal): -9132325 or 14394996. OLE color: 14394996.

HSL color Cylindrical-coordinate representation of color #74A6DB: hue angle of 210.87º 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 #74A6DB is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 166 219 -
CMYK 0.47 0.24 0 0.14
HSL 210.87º 0.59% 0.66% -
HSV(B) 210.87º 0.47% 0.86% -
XYZ 33.62 36.1 72.21 -
YUV 157.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 116 166 219 0.47 0.24 0 0.14 210.87 0.59 0.66
Hex 74 A6 DB 2F 18 0 E D3 3B 42
Octal 164 246 333 57 30 0 16 323 73 102
Binary 1110100 10100110 11011011 101111 11000 0 1110 11010011 111011 1000010

Color Harmonies of #74A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A6DB

Black with #74A6DB

Text Example


Text Example

White with #74A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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