Html Css Color HEX #557CFD Cornflower Blue

📋 copy color: '#557CFD'

red 85 ◦ green 124 ◦ blue 253

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

Shades of Cornflower Blue #557CFD

Tints of Cornflower Blue #557CFD

RGB

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

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

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

R = 18.4%
G = 26.84%
B = 54.76%

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

#557CFD (or 0x557CFD) is known color: Cornflower Blue. HEX triplet: 55, 7C and FD. RGB value is (85,124,253). Sum of RGB (Red+Green+Blue) = 85+124+253=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #557CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CFD is #AA8302. Grayscale: #7E7E7E. Windows color (decimal): -11174659 or 16612437. OLE color: 16612437.

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

Color convert

RGB 85 124 253 -
CMYK 0.66 0.51 0 0.01
HSL 226.07º 0.98% 0.66% -
HSV(B) 226.07º 0.66% 0.99% -
XYZ 28.68 23.44 95.94 -
YUV 127.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 85 124 253 0.66 0.51 0 0.01 226.07 0.98 0.66
Hex 55 7C FD 42 33 0 1 E2 62 42
Octal 125 174 375 102 63 0 1 342 142 102
Binary 1010101 1111100 11111101 1000010 110011 0 1 11100010 1100010 1000010

Color Harmonies of #557CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CFD

Black with #557CFD

Text Example


Text Example

White with #557CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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