Html Css Color HEX #557BFF Cornflower Blue

📋 copy color: '#557BFF'

red 85 ◦ green 123 ◦ blue 255

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

Shades of Cornflower Blue #557BFF

Tints of Cornflower Blue #557BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 18.36%
G = 26.57%
B = 55.08%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#557BFF (or 0x557BFF) is known color: Cornflower Blue. HEX triplet: 55, 7B and FF. RGB value is (85,123,255). Sum of RGB (Red+Green+Blue) = 85+123+255=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #557BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BFF is #AA8400. Grayscale: #7E7E7E. Windows color (decimal): -11174913 or 16743253. OLE color: 16743253.

HSL color Cylindrical-coordinate representation of color #557BFF: hue angle of 226.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557BFF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 123 255 -
CMYK 0.67 0.52 0 0
HSL 226.59º 1% 0.67% -
HSV(B) 226.59º 0.67% 1% -
XYZ 28.88 23.32 97.59 -
YUV 126.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 85 123 255 0.67 0.52 0 0 226.59 1 0.67
Hex 55 7B FF 43 34 0 0 E3 64 43
Octal 125 173 377 103 64 0 0 343 144 103
Binary 1010101 1111011 11111111 1000011 110100 0 0 11100011 1100100 1000011

Color Harmonies of #557BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BFF

Black with #557BFF

Text Example


Text Example

White with #557BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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