Html Css Color HEX #557CFC Cornflower Blue

📋 copy color: '#557CFC'

red 85 ◦ green 124 ◦ blue 252

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

Shades of Cornflower Blue #557CFC

Tints of Cornflower Blue #557CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 18.44%
G = 26.9%
B = 54.66%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#557CFC (or 0x557CFC) is known color: Cornflower Blue. HEX triplet: 55, 7C and FC. RGB value is (85,124,252). Sum of RGB (Red+Green+Blue) = 85+124+252=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #557CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CFC is #AA8303. Grayscale: #7E7E7E. Windows color (decimal): -11174660 or 16546901. OLE color: 16546901.

HSL color Cylindrical-coordinate representation of color #557CFC: hue angle of 225.99º degrees, saturation: 0.97, 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 #557CFC is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 124 252 -
CMYK 0.66 0.51 0 0.01
HSL 225.99º 0.97% 0.66% -
HSV(B) 225.99º 0.66% 0.99% -
XYZ 28.52 23.37 95.1 -
YUV 126.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 85 124 252 0.66 0.51 0 0.01 225.99 0.97 0.66
Hex 55 7C FC 42 33 0 1 E2 61 42
Octal 125 174 374 102 63 0 1 342 141 102
Binary 1010101 1111100 11111100 1000010 110011 0 1 11100010 1100001 1000010

Color Harmonies of #557CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CFC

Black with #557CFC

Text Example


Text Example

White with #557CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,252); }

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

background-color css

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

 a { background-color: rgb(85,124,252); }

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

border-color css

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

 span { border-color: rgb(85,124,252); }

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