Html Css Color HEX #558AFC Cornflower Blue

📋 copy color: '#558AFC'

red 85 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #558AFC

Tints of Cornflower Blue #558AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 17.89%
G = 29.05%
B = 53.05%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#558AFC (or 0x558AFC) is known color: Cornflower Blue. HEX triplet: 55, 8A and FC. RGB value is (85,138,252). Sum of RGB (Red+Green+Blue) = 85+138+252=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #558AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AFC is #AA7503. Grayscale: #868686. Windows color (decimal): -11171076 or 16550485. OLE color: 16550485.

HSL color Cylindrical-coordinate representation of color #558AFC: hue angle of 220.96º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558AFC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 138 252 -
CMYK 0.66 0.45 0 0.01
HSL 220.96º 0.97% 0.66% -
HSV(B) 220.96º 0.66% 0.99% -
XYZ 30.41 27.14 95.73 -
YUV 135.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 85 138 252 0.66 0.45 0 0.01 220.96 0.97 0.66
Hex 55 8A FC 42 2D 0 1 DD 61 42
Octal 125 212 374 102 55 0 1 335 141 102
Binary 1010101 10001010 11111100 1000010 101101 0 1 11011101 1100001 1000010

Color Harmonies of #558AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AFC

Black with #558AFC

Text Example


Text Example

White with #558AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558AFC; }

 p { color: rgb(85,138,252); }

 H1.HeaderClassName
 {
   color: #558AFC;
 }
 .AnyTagClassName
 {
   color: #558AFC;
 }
</style>

background-color css

<style>
 a { background-color: #558AFC; }

 a { background-color: rgb(85,138,252); }

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

border-color css

<style>
 span { border-color: #558AFC; }

 span { border-color: rgb(85,138,252); }

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