Html Css Color HEX #74A2CB Jordy Blue

📋 copy color: '#74A2CB'

red 116 ◦ green 162 ◦ blue 203

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

Shades of Jordy Blue #74A2CB

Tints of Jordy Blue #74A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 24.12%
G = 33.68%
B = 42.2%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74A2CB (or 0x74A2CB) is known color: Jordy Blue. HEX triplet: 74, A2 and CB. RGB value is (116,162,203). Sum of RGB (Red+Green+Blue) = 116+162+203=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #74A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2CB is #8B5D34. Grayscale: #989898. Windows color (decimal): -9133365 or 13345396. OLE color: 13345396.

HSL color Cylindrical-coordinate representation of color #74A2CB: hue angle of 208.28º degrees, saturation: 0.46, 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 #74A2CB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 162 203 -
CMYK 0.43 0.20 0 0.20
HSL 208.28º 0.46% 0.63% -
HSV(B) 208.28º 0.43% 0.8% -
XYZ 30.9 33.87 61.41 -
YUV 152.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 116 162 203 0.43 0.20 0 0.20 208.28 0.46 0.63
Hex 74 A2 CB 2B 14 0 14 D0 2E 3F
Octal 164 242 313 53 24 0 24 320 56 77
Binary 1110100 10100010 11001011 101011 10100 0 10100 11010000 101110 111111

Color Harmonies of #74A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A2CB

Black with #74A2CB

Text Example


Text Example

White with #74A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,162,203); }

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

background-color css

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

 a { background-color: rgb(116,162,203); }

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

border-color css

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

 span { border-color: rgb(116,162,203); }

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