Html Css Color HEX #5598F1 Cornflower Blue

📋 copy color: '#5598F1'

red 85 ◦ green 152 ◦ blue 241

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

Shades of Cornflower Blue #5598F1

Tints of Cornflower Blue #5598F1

RGB

 RED value IS 85 (33.59% from 255) = 17.78%

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

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 17.78%
G = 31.8%
B = 50.42%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5598F1 (or 0x5598F1) is known color: Cornflower Blue. HEX triplet: 55, 98 and F1. RGB value is (85,152,241). Sum of RGB (Red+Green+Blue) = 85+152+241=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #5598F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5598F1 is #AA670E. Grayscale: #8D8D8D. Windows color (decimal): -11167503 or 15833173. OLE color: 15833173.

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

Color convert

RGB 85 152 241 -
CMYK 0.65 0.37 0 0.05
HSL 214.23º 0.85% 0.64% -
HSV(B) 214.23º 0.65% 0.95% -
XYZ 30.85 30.74 87.53 -
YUV 142.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 85 152 241 0.65 0.37 0 0.05 214.23 0.85 0.64
Hex 55 98 F1 41 25 0 5 D6 55 40
Octal 125 230 361 101 45 0 5 326 125 100
Binary 1010101 10011000 11110001 1000001 100101 0 101 11010110 1010101 1000000

Color Harmonies of #5598F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5598F1

Black with #5598F1

Text Example


Text Example

White with #5598F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5598F1; }

 p { color: rgb(85,152,241); }

 H1.HeaderClassName
 {
   color: #5598F1;
 }
 .AnyTagClassName
 {
   color: #5598F1;
 }
</style>

background-color css

<style>
 a { background-color: #5598F1; }

 a { background-color: rgb(85,152,241); }

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

border-color css

<style>
 span { border-color: #5598F1; }

 span { border-color: rgb(85,152,241); }

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