Html Css Color HEX #55A4EF Cornflower Blue

📋 copy color: '#55A4EF'

red 85 ◦ green 164 ◦ blue 239

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

Shades of Cornflower Blue #55A4EF

Tints of Cornflower Blue #55A4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 17.42%
G = 33.61%
B = 48.98%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55A4EF (or 0x55A4EF) is known color: Cornflower Blue. HEX triplet: 55, A4 and EF. RGB value is (85,164,239). Sum of RGB (Red+Green+Blue) = 85+164+239=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #55A4EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A4EF is #AA5B10. Grayscale: #949494. Windows color (decimal): -11164433 or 15705173. OLE color: 15705173.

HSL color Cylindrical-coordinate representation of color #55A4EF: hue angle of 209.22º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A4EF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 164 239 -
CMYK 0.64 0.31 0 0.06
HSL 209.22º 0.83% 0.64% -
HSV(B) 209.22º 0.64% 0.94% -
XYZ 32.6 34.71 86.64 -
YUV 148.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 85 164 239 0.64 0.31 0 0.06 209.22 0.83 0.64
Hex 55 A4 EF 40 1F 0 6 D1 53 40
Octal 125 244 357 100 37 0 6 321 123 100
Binary 1010101 10100100 11101111 1000000 11111 0 110 11010001 1010011 1000000

Color Harmonies of #55A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A4EF

Black with #55A4EF

Text Example


Text Example

White with #55A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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