Html Css Color HEX #558BFB Cornflower Blue

📋 copy color: '#558BFB'

red 85 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #558BFB

Tints of Cornflower Blue #558BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 17.89%
G = 29.26%
B = 52.84%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#558BFB (or 0x558BFB) is known color: Cornflower Blue. HEX triplet: 55, 8B and FB. RGB value is (85,139,251). Sum of RGB (Red+Green+Blue) = 85+139+251=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #558BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFB is #AA7404. Grayscale: #878787. Windows color (decimal): -11170821 or 16485205. OLE color: 16485205.

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

Color convert

RGB 85 139 251 -
CMYK 0.66 0.45 0 0.02
HSL 220.48º 0.95% 0.66% -
HSV(B) 220.48º 0.66% 0.98% -
XYZ 30.39 27.36 94.95 -
YUV 135.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 85 139 251 0.66 0.45 0 0.02 220.48 0.95 0.66
Hex 55 8B FB 42 2D 0 2 DC 5F 42
Octal 125 213 373 102 55 0 2 334 137 102
Binary 1010101 10001011 11111011 1000010 101101 0 10 11011100 1011111 1000010

Color Harmonies of #558BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BFB

Black with #558BFB

Text Example


Text Example

White with #558BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,139,251); }

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

background-color css

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

 a { background-color: rgb(85,139,251); }

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

border-color css

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

 span { border-color: rgb(85,139,251); }

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