Html Css Color HEX #557BFB Cornflower Blue

📋 copy color: '#557BFB'

red 85 ◦ green 123 ◦ blue 251

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

Shades of Cornflower Blue #557BFB

Tints of Cornflower Blue #557BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 18.52%
G = 26.8%
B = 54.68%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#557BFB (or 0x557BFB) is known color: Cornflower Blue. HEX triplet: 55, 7B and FB. RGB value is (85,123,251). Sum of RGB (Red+Green+Blue) = 85+123+251=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #557BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BFB is #AA8404. Grayscale: #7D7D7D. Windows color (decimal): -11174917 or 16481109. OLE color: 16481109.

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

Color convert

RGB 85 123 251 -
CMYK 0.66 0.51 0 0.02
HSL 226.27º 0.95% 0.66% -
HSV(B) 226.27º 0.66% 0.98% -
XYZ 28.24 23.06 94.23 -
YUV 126.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 85 123 251 0.66 0.51 0 0.02 226.27 0.95 0.66
Hex 55 7B FB 42 33 0 2 E2 5F 42
Octal 125 173 373 102 63 0 2 342 137 102
Binary 1010101 1111011 11111011 1000010 110011 0 10 11100010 1011111 1000010

Color Harmonies of #557BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BFB

Black with #557BFB

Text Example


Text Example

White with #557BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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