Html Css Color HEX #558DFA Cornflower Blue

📋 copy color: '#558DFA'

red 85 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #558DFA

Tints of Cornflower Blue #558DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 17.86%
G = 29.62%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#558DFA (or 0x558DFA) is known color: Cornflower Blue. HEX triplet: 55, 8D and FA. RGB value is (85,141,250). Sum of RGB (Red+Green+Blue) = 85+141+250=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #558DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DFA is #AA7205. Grayscale: #888888. Windows color (decimal): -11170310 or 16420181. OLE color: 16420181.

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

Color convert

RGB 85 141 250 -
CMYK 0.66 0.44 0 0.02
HSL 219.64º 0.94% 0.66% -
HSV(B) 219.64º 0.66% 0.98% -
XYZ 30.53 27.88 94.22 -
YUV 136.68 191.95 91.14 -
System Red Green Blue C M Y K H S L
Decimal 85 141 250 0.66 0.44 0 0.02 219.64 0.94 0.66
Hex 55 8D FA 42 2C 0 2 DC 5E 42
Octal 125 215 372 102 54 0 2 334 136 102
Binary 1010101 10001101 11111010 1000010 101100 0 10 11011100 1011110 1000010

Color Harmonies of #558DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DFA

Black with #558DFA

Text Example


Text Example

White with #558DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,141,250); }

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

background-color css

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

 a { background-color: rgb(85,141,250); }

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

border-color css

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

 span { border-color: rgb(85,141,250); }

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