Html Css Color HEX #557FFD Cornflower Blue

📋 copy color: '#557FFD'

red 85 ◦ green 127 ◦ blue 253

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

Shades of Cornflower Blue #557FFD

Tints of Cornflower Blue #557FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 18.28%
G = 27.31%
B = 54.41%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#557FFD (or 0x557FFD) is known color: Cornflower Blue. HEX triplet: 55, 7F and FD. RGB value is (85,127,253). Sum of RGB (Red+Green+Blue) = 85+127+253=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #557FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FFD is #AA8002. Grayscale: #808080. Windows color (decimal): -11173891 or 16613205. OLE color: 16613205.

HSL color Cylindrical-coordinate representation of color #557FFD: hue angle of 225º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557FFD is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 127 253 -
CMYK 0.66 0.50 0 0.01
HSL 225º 0.98% 0.66% -
HSV(B) 225º 0.66% 0.99% -
XYZ 29.07 24.2 96.07 -
YUV 128.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 85 127 253 0.66 0.50 0 0.01 225 0.98 0.66
Hex 55 7F FD 42 32 0 1 E1 62 42
Octal 125 177 375 102 62 0 1 341 142 102
Binary 1010101 1111111 11111101 1000010 110010 0 1 11100001 1100010 1000010

Color Harmonies of #557FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FFD

Black with #557FFD

Text Example


Text Example

White with #557FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557FFD; }

 p { color: rgb(85,127,253); }

 H1.HeaderClassName
 {
   color: #557FFD;
 }
 .AnyTagClassName
 {
   color: #557FFD;
 }
</style>

background-color css

<style>
 a { background-color: #557FFD; }

 a { background-color: rgb(85,127,253); }

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

border-color css

<style>
 span { border-color: #557FFD; }

 span { border-color: rgb(85,127,253); }

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