Html Css Color HEX #558AF7 Cornflower Blue

📋 copy color: '#558AF7'

red 85 ◦ green 138 ◦ blue 247

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

Shades of Cornflower Blue #558AF7

Tints of Cornflower Blue #558AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.55%

R = 18.09%
G = 29.36%
B = 52.55%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#558AF7 (or 0x558AF7) is known color: Cornflower Blue. HEX triplet: 55, 8A and F7. RGB value is (85,138,247). Sum of RGB (Red+Green+Blue) = 85+138+247=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #558AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF7 is #AA7508. Grayscale: #868686. Windows color (decimal): -11171081 or 16222805. OLE color: 16222805.

HSL color Cylindrical-coordinate representation of color #558AF7: hue angle of 220.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558AF7 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 138 247 -
CMYK 0.66 0.44 0 0.03
HSL 220.37º 0.91% 0.65% -
HSV(B) 220.37º 0.66% 0.97% -
XYZ 29.62 26.82 91.61 -
YUV 134.58 191.44 92.64 -
System Red Green Blue C M Y K H S L
Decimal 85 138 247 0.66 0.44 0 0.03 220.37 0.91 0.65
Hex 55 8A F7 42 2C 0 3 DC 5B 41
Octal 125 212 367 102 54 0 3 334 133 101
Binary 1010101 10001010 11110111 1000010 101100 0 11 11011100 1011011 1000001

Color Harmonies of #558AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AF7

Black with #558AF7

Text Example


Text Example

White with #558AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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