Html Css Color HEX #557BFA Cornflower Blue

📋 copy color: '#557BFA'

red 85 ◦ green 123 ◦ blue 250

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

Shades of Cornflower Blue #557BFA

Tints of Cornflower Blue #557BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 18.56%
G = 26.86%
B = 54.59%

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

#557BFA (or 0x557BFA) is known color: Cornflower Blue. HEX triplet: 55, 7B and FA. RGB value is (85,123,250). Sum of RGB (Red+Green+Blue) = 85+123+250=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #557BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BFA is #AA8405. Grayscale: #7D7D7D. Windows color (decimal): -11174918 or 16415573. OLE color: 16415573.

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

Color convert

RGB 85 123 250 -
CMYK 0.66 0.51 0 0.02
HSL 226.18º 0.94% 0.66% -
HSV(B) 226.18º 0.66% 0.98% -
XYZ 28.08 23 93.4 -
YUV 126.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 85 123 250 0.66 0.51 0 0.02 226.18 0.94 0.66
Hex 55 7B FA 42 33 0 2 E2 5E 42
Octal 125 173 372 102 63 0 2 342 136 102
Binary 1010101 1111011 11111010 1000010 110011 0 10 11100010 1011110 1000010

Color Harmonies of #557BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BFA

Black with #557BFA

Text Example


Text Example

White with #557BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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