Html Css Color HEX #5C98E0 Cornflower Blue

📋 copy color: '#5C98E0'

red 92 ◦ green 152 ◦ blue 224

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

Shades of Cornflower Blue #5C98E0

Tints of Cornflower Blue #5C98E0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 19.66%
G = 32.48%
B = 47.86%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5C98E0 (or 0x5C98E0) is known color: Cornflower Blue. HEX triplet: 5C, 98 and E0. RGB value is (92,152,224). Sum of RGB (Red+Green+Blue) = 92+152+224=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C98E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C98E0 is #A3671F. Grayscale: #8D8D8D. Windows color (decimal): -10708768 or 14719068. OLE color: 14719068.

HSL color Cylindrical-coordinate representation of color #5C98E0: hue angle of 212.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C98E0 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 92 152 224 -
CMYK 0.59 0.32 0 0.12
HSL 212.73º 0.68% 0.62% -
HSV(B) 212.73º 0.59% 0.88% -
XYZ 29.1 30.11 74.8 -
YUV 142.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 92 152 224 0.59 0.32 0 0.12 212.73 0.68 0.62
Hex 5C 98 E0 3B 20 0 C D5 44 3E
Octal 134 230 340 73 40 0 14 325 104 76
Binary 1011100 10011000 11100000 111011 100000 0 1100 11010101 1000100 111110

Color Harmonies of #5C98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C98E0

Black with #5C98E0

Text Example


Text Example

White with #5C98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,152,224); }

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

background-color css

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

 a { background-color: rgb(92,152,224); }

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

border-color css

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

 span { border-color: rgb(92,152,224); }

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