Html Css Color HEX #557AFB Cornflower Blue

📋 copy color: '#557AFB'

red 85 ◦ green 122 ◦ blue 251

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

Shades of Cornflower Blue #557AFB

Tints of Cornflower Blue #557AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

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

R = 18.56%
G = 26.64%
B = 54.8%

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

#557AFB (or 0x557AFB) is known color: Cornflower Blue. HEX triplet: 55, 7A and FB. RGB value is (85,122,251). Sum of RGB (Red+Green+Blue) = 85+122+251=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #557AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AFB is #AA8504. Grayscale: #7D7D7D. Windows color (decimal): -11175173 or 16480853. OLE color: 16480853.

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

Color convert

RGB 85 122 251 -
CMYK 0.66 0.51 0 0.02
HSL 226.63º 0.95% 0.66% -
HSV(B) 226.63º 0.66% 0.98% -
XYZ 28.12 22.82 94.19 -
YUV 125.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 85 122 251 0.66 0.51 0 0.02 226.63 0.95 0.66
Hex 55 7A FB 42 33 0 2 E3 5F 42
Octal 125 172 373 102 63 0 2 343 137 102
Binary 1010101 1111010 11111011 1000010 110011 0 10 11100011 1011111 1000010

Color Harmonies of #557AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AFB

Black with #557AFB

Text Example


Text Example

White with #557AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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