Html Css Color HEX #5C9AF2 Cornflower Blue

📋 copy color: '#5C9AF2'

red 92 ◦ green 154 ◦ blue 242

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

Shades of Cornflower Blue #5C9AF2

Tints of Cornflower Blue #5C9AF2

RGB

 RED value IS 92 (36.33% from 255) = 18.85%

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 18.85%
G = 31.56%
B = 49.59%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5C9AF2 (or 0x5C9AF2) is known color: Cornflower Blue. HEX triplet: 5C, 9A and F2. RGB value is (92,154,242). Sum of RGB (Red+Green+Blue) = 92+154+242=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #5C9AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9AF2 is #A3650D. Grayscale: #919191. Windows color (decimal): -10708238 or 15899228. OLE color: 15899228.

HSL color Cylindrical-coordinate representation of color #5C9AF2: hue angle of 215.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C9AF2 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 154 242 -
CMYK 0.62 0.36 0 0.05
HSL 215.2º 0.85% 0.65% -
HSV(B) 215.2º 0.62% 0.95% -
XYZ 32 31.8 88.46 -
YUV 145.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 92 154 242 0.62 0.36 0 0.05 215.2 0.85 0.65
Hex 5C 9A F2 3E 24 0 5 D7 55 41
Octal 134 232 362 76 44 0 5 327 125 101
Binary 1011100 10011010 11110010 111110 100100 0 101 11010111 1010101 1000001

Color Harmonies of #5C9AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9AF2

Black with #5C9AF2

Text Example


Text Example

White with #5C9AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C9AF2; }

 p { color: rgb(92,154,242); }

 H1.HeaderClassName
 {
   color: #5C9AF2;
 }
 .AnyTagClassName
 {
   color: #5C9AF2;
 }
</style>

background-color css

<style>
 a { background-color: #5C9AF2; }

 a { background-color: rgb(92,154,242); }

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

border-color css

<style>
 span { border-color: #5C9AF2; }

 span { border-color: rgb(92,154,242); }

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