Html Css Color HEX #5C9EFE Cornflower Blue

📋 copy color: '#5C9EFE'

red 92 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #5C9EFE

Tints of Cornflower Blue #5C9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.35%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 18.25%
G = 31.35%
B = 50.4%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5C9EFE (or 0x5C9EFE) is known color: Cornflower Blue. HEX triplet: 5C, 9E and FE. RGB value is (92,158,254). Sum of RGB (Red+Green+Blue) = 92+158+254=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9EFE is #A36101. Grayscale: #949494. Windows color (decimal): -10707202 or 16686684. OLE color: 16686684.

HSL color Cylindrical-coordinate representation of color #5C9EFE: hue angle of 215.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C9EFE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 92 158 254 -
CMYK 0.64 0.38 0 0.00
HSL 215.56º 0.99% 0.68% -
HSV(B) 215.56º 0.64% 1% -
XYZ 34.53 33.88 98.49 -
YUV 149.21 187.13 87.19 -
System Red Green Blue C M Y K H S L
Decimal 92 158 254 0.64 0.38 0 0.00 215.56 0.99 0.68
Hex 5C 9E FE 40 26 0 0 D8 63 44
Octal 134 236 376 100 46 0 0 330 143 104
Binary 1011100 10011110 11111110 1000000 100110 0 0 11011000 1100011 1000100

Color Harmonies of #5C9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9EFE

Black with #5C9EFE

Text Example


Text Example

White with #5C9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,158,254); }

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

background-color css

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

 a { background-color: rgb(92,158,254); }

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

border-color css

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

 span { border-color: rgb(92,158,254); }

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