Html Css Color HEX #558AF8 Cornflower Blue

📋 copy color: '#558AF8'

red 85 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #558AF8

Tints of Cornflower Blue #558AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 18.05%
G = 29.3%
B = 52.65%

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

#558AF8 (or 0x558AF8) is known color: Cornflower Blue. HEX triplet: 55, 8A and F8. RGB value is (85,138,248). Sum of RGB (Red+Green+Blue) = 85+138+248=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #558AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF8 is #AA7507. Grayscale: #868686. Windows color (decimal): -11171080 or 16288341. OLE color: 16288341.

HSL color Cylindrical-coordinate representation of color #558AF8: hue angle of 220.49º degrees, saturation: 0.92, 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 #558AF8 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 138 248 -
CMYK 0.66 0.44 0 0.03
HSL 220.49º 0.92% 0.65% -
HSV(B) 220.49º 0.66% 0.97% -
XYZ 29.78 26.89 92.43 -
YUV 134.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 85 138 248 0.66 0.44 0 0.03 220.49 0.92 0.65
Hex 55 8A F8 42 2C 0 3 DC 5C 41
Octal 125 212 370 102 54 0 3 334 134 101
Binary 1010101 10001010 11111000 1000010 101100 0 11 11011100 1011100 1000001

Color Harmonies of #558AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AF8

Black with #558AF8

Text Example


Text Example

White with #558AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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