Html Css Color HEX #557DF3 Cornflower Blue

📋 copy color: '#557DF3'

red 85 ◦ green 125 ◦ blue 243

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

Shades of Cornflower Blue #557DF3

Tints of Cornflower Blue #557DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 18.76%
G = 27.59%
B = 53.64%

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

#557DF3 (or 0x557DF3) is known color: Cornflower Blue. HEX triplet: 55, 7D and F3. RGB value is (85,125,243). Sum of RGB (Red+Green+Blue) = 85+125+243=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #557DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557DF3 is #AA820C. Grayscale: #7D7D7D. Windows color (decimal): -11174413 or 15957333. OLE color: 15957333.

HSL color Cylindrical-coordinate representation of color #557DF3: hue angle of 224.81º 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 #557DF3 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 125 243 -
CMYK 0.65 0.49 0 0.05
HSL 224.81º 0.87% 0.64% -
HSV(B) 224.81º 0.65% 0.95% -
XYZ 27.26 23.07 87.81 -
YUV 126.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 85 125 243 0.65 0.49 0 0.05 224.81 0.87 0.64
Hex 55 7D F3 41 31 0 5 E1 57 40
Octal 125 175 363 101 61 0 5 341 127 100
Binary 1010101 1111101 11110011 1000001 110001 0 101 11100001 1010111 1000000

Color Harmonies of #557DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DF3

Black with #557DF3

Text Example


Text Example

White with #557DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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