Html Css Color HEX #55A4F1 Cornflower Blue

📋 copy color: '#55A4F1'

red 85 ◦ green 164 ◦ blue 241

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

Shades of Cornflower Blue #55A4F1

Tints of Cornflower Blue #55A4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 17.35%
G = 33.47%
B = 49.18%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55A4F1 (or 0x55A4F1) is known color: Cornflower Blue. HEX triplet: 55, A4 and F1. RGB value is (85,164,241). Sum of RGB (Red+Green+Blue) = 85+164+241=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #55A4F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A4F1 is #AA5B0E. Grayscale: #949494. Windows color (decimal): -11164431 or 15836245. OLE color: 15836245.

HSL color Cylindrical-coordinate representation of color #55A4F1: hue angle of 209.62º degrees, saturation: 0.85, 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 #55A4F1 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 164 241 -
CMYK 0.65 0.32 0 0.05
HSL 209.62º 0.85% 0.64% -
HSV(B) 209.62º 0.65% 0.95% -
XYZ 32.9 34.83 88.21 -
YUV 149.16 179.83 82.24 -
System Red Green Blue C M Y K H S L
Decimal 85 164 241 0.65 0.32 0 0.05 209.62 0.85 0.64
Hex 55 A4 F1 41 20 0 5 D2 55 40
Octal 125 244 361 101 40 0 5 322 125 100
Binary 1010101 10100100 11110001 1000001 100000 0 101 11010010 1010101 1000000

Color Harmonies of #55A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A4F1

Black with #55A4F1

Text Example


Text Example

White with #55A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A4F1; }

 p { color: rgb(85,164,241); }

 H1.HeaderClassName
 {
   color: #55A4F1;
 }
 .AnyTagClassName
 {
   color: #55A4F1;
 }
</style>

background-color css

<style>
 a { background-color: #55A4F1; }

 a { background-color: rgb(85,164,241); }

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

border-color css

<style>
 span { border-color: #55A4F1; }

 span { border-color: rgb(85,164,241); }

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