Html Css Color HEX #557BF3 Cornflower Blue

📋 copy color: '#557BF3'

red 85 ◦ green 123 ◦ blue 243

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

Shades of Cornflower Blue #557BF3

Tints of Cornflower Blue #557BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.88%

R = 18.85%
G = 27.27%
B = 53.88%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#557BF3 (or 0x557BF3) is known color: Cornflower Blue. HEX triplet: 55, 7B and F3. RGB value is (85,123,243). Sum of RGB (Red+Green+Blue) = 85+123+243=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #557BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BF3 is #AA840C. Grayscale: #7C7C7C. Windows color (decimal): -11174925 or 15956821. OLE color: 15956821.

HSL color Cylindrical-coordinate representation of color #557BF3: hue angle of 225.57º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557BF3 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 123 243 -
CMYK 0.65 0.49 0 0.05
HSL 225.57º 0.87% 0.64% -
HSV(B) 225.57º 0.65% 0.95% -
XYZ 27.01 22.57 87.73 -
YUV 125.32 194.41 99.24 -
System Red Green Blue C M Y K H S L
Decimal 85 123 243 0.65 0.49 0 0.05 225.57 0.87 0.64
Hex 55 7B F3 41 31 0 5 E2 57 40
Octal 125 173 363 101 61 0 5 342 127 100
Binary 1010101 1111011 11110011 1000001 110001 0 101 11100010 1010111 1000000

Color Harmonies of #557BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BF3

Black with #557BF3

Text Example


Text Example

White with #557BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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