Html Css Color HEX #74A6CD Jordy Blue

📋 copy color: '#74A6CD'

red 116 ◦ green 166 ◦ blue 205

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

Shades of Jordy Blue #74A6CD

Tints of Jordy Blue #74A6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 23.82%
G = 34.09%
B = 42.09%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74A6CD (or 0x74A6CD) is known color: Jordy Blue. HEX triplet: 74, A6 and CD. RGB value is (116,166,205). Sum of RGB (Red+Green+Blue) = 116+166+205=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #74A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6CD is #8B5932. Grayscale: #9B9B9B. Windows color (decimal): -9132339 or 13477492. OLE color: 13477492.

HSL color Cylindrical-coordinate representation of color #74A6CD: hue angle of 206.29º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A6CD is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 166 205 -
CMYK 0.43 0.19 0 0.20
HSL 206.29º 0.47% 0.63% -
HSV(B) 206.29º 0.43% 0.8% -
XYZ 31.86 35.39 62.91 -
YUV 155.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 116 166 205 0.43 0.19 0 0.20 206.29 0.47 0.63
Hex 74 A6 CD 2B 13 0 14 CE 2F 3F
Octal 164 246 315 53 23 0 24 316 57 77
Binary 1110100 10100110 11001101 101011 10011 0 10100 11001110 101111 111111

Color Harmonies of #74A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A6CD

Black with #74A6CD

Text Example


Text Example

White with #74A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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