Html Css Color HEX #557EFB Cornflower Blue

📋 copy color: '#557EFB'

red 85 ◦ green 126 ◦ blue 251

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

Shades of Cornflower Blue #557EFB

Tints of Cornflower Blue #557EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

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

R = 18.4%
G = 27.27%
B = 54.33%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#557EFB (or 0x557EFB) is known color: Cornflower Blue. HEX triplet: 55, 7E and FB. RGB value is (85,126,251). Sum of RGB (Red+Green+Blue) = 85+126+251=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #557EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EFB is #AA8104. Grayscale: #7F7F7F. Windows color (decimal): -11174149 or 16481877. OLE color: 16481877.

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

Color convert

RGB 85 126 251 -
CMYK 0.66 0.50 0 0.02
HSL 225.18º 0.95% 0.66% -
HSV(B) 225.18º 0.66% 0.98% -
XYZ 28.62 23.82 94.36 -
YUV 127.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 85 126 251 0.66 0.50 0 0.02 225.18 0.95 0.66
Hex 55 7E FB 42 32 0 2 E1 5F 42
Octal 125 176 373 102 62 0 2 341 137 102
Binary 1010101 1111110 11111011 1000010 110010 0 10 11100001 1011111 1000010

Color Harmonies of #557EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EFB

Black with #557EFB

Text Example


Text Example

White with #557EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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