Html Css Color HEX #5CA8EE Cornflower Blue

📋 copy color: '#5CA8EE'

red 92 ◦ green 168 ◦ blue 238

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

Shades of Cornflower Blue #5CA8EE

Tints of Cornflower Blue #5CA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 18.47%
G = 33.73%
B = 47.79%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CA8EE (or 0x5CA8EE) is known color: Cornflower Blue. HEX triplet: 5C, A8 and EE. RGB value is (92,168,238). Sum of RGB (Red+Green+Blue) = 92+168+238=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CA8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA8EE is #A35711. Grayscale: #989898. Windows color (decimal): -10704658 or 15640668. OLE color: 15640668.

HSL color Cylindrical-coordinate representation of color #5CA8EE: hue angle of 208.77º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CA8EE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 168 238 -
CMYK 0.61 0.29 0 0.07
HSL 208.77º 0.81% 0.65% -
HSV(B) 208.77º 0.61% 0.93% -
XYZ 33.85 36.45 86.14 -
YUV 153.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 92 168 238 0.61 0.29 0 0.07 208.77 0.81 0.65
Hex 5C A8 EE 3D 1D 0 7 D1 51 41
Octal 134 250 356 75 35 0 7 321 121 101
Binary 1011100 10101000 11101110 111101 11101 0 111 11010001 1010001 1000001

Color Harmonies of #5CA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA8EE

Black with #5CA8EE

Text Example


Text Example

White with #5CA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,168,238); }

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

background-color css

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

 a { background-color: rgb(92,168,238); }

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

border-color css

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

 span { border-color: rgb(92,168,238); }

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