Html Css Color HEX #558AEF Cornflower Blue

📋 copy color: '#558AEF'

red 85 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #558AEF

Tints of Cornflower Blue #558AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 18.4%
G = 29.87%
B = 51.73%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#558AEF (or 0x558AEF) is known color: Cornflower Blue. HEX triplet: 55, 8A and EF. RGB value is (85,138,239). Sum of RGB (Red+Green+Blue) = 85+138+239=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #558AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AEF is #AA7510. Grayscale: #858585. Windows color (decimal): -11171089 or 15698517. OLE color: 15698517.

HSL color Cylindrical-coordinate representation of color #558AEF: hue angle of 219.35º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558AEF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 138 239 -
CMYK 0.64 0.42 0 0.06
HSL 219.35º 0.83% 0.64% -
HSV(B) 219.35º 0.64% 0.94% -
XYZ 28.41 26.34 85.25 -
YUV 133.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 85 138 239 0.64 0.42 0 0.06 219.35 0.83 0.64
Hex 55 8A EF 40 2A 0 6 DB 53 40
Octal 125 212 357 100 52 0 6 333 123 100
Binary 1010101 10001010 11101111 1000000 101010 0 110 11011011 1010011 1000000

Color Harmonies of #558AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AEF

Black with #558AEF

Text Example


Text Example

White with #558AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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