Html Css Color HEX #5C9AF0 Cornflower Blue

📋 copy color: '#5C9AF0'

red 92 ◦ green 154 ◦ blue 240

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

Shades of Cornflower Blue #5C9AF0

Tints of Cornflower Blue #5C9AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.38%

R = 18.93%
G = 31.69%
B = 49.38%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C9AF0 (or 0x5C9AF0) is known color: Cornflower Blue. HEX triplet: 5C, 9A and F0. RGB value is (92,154,240). Sum of RGB (Red+Green+Blue) = 92+154+240=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #5C9AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9AF0 is #A3650F. Grayscale: #909090. Windows color (decimal): -10708240 or 15768156. OLE color: 15768156.

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

Color convert

RGB 92 154 240 -
CMYK 0.62 0.36 0 0.06
HSL 214.86º 0.83% 0.65% -
HSV(B) 214.86º 0.62% 0.94% -
XYZ 31.7 31.68 86.88 -
YUV 145.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 92 154 240 0.62 0.36 0 0.06 214.86 0.83 0.65
Hex 5C 9A F0 3E 24 0 6 D7 53 41
Octal 134 232 360 76 44 0 6 327 123 101
Binary 1011100 10011010 11110000 111110 100100 0 110 11010111 1010011 1000001

Color Harmonies of #5C9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9AF0

Black with #5C9AF0

Text Example


Text Example

White with #5C9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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