Html Css Color HEX #55A8F3 Cornflower Blue

📋 copy color: '#55A8F3'

red 85 ◦ green 168 ◦ blue 243

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

Shades of Cornflower Blue #55A8F3

Tints of Cornflower Blue #55A8F3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

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

R = 17.14%
G = 33.87%
B = 48.99%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55A8F3 (or 0x55A8F3) is known color: Cornflower Blue. HEX triplet: 55, A8 and F3. RGB value is (85,168,243). Sum of RGB (Red+Green+Blue) = 85+168+243=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #55A8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8F3 is #AA570C. Grayscale: #979797. Windows color (decimal): -11163405 or 15968341. OLE color: 15968341.

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

Color convert

RGB 85 168 243 -
CMYK 0.65 0.31 0 0.05
HSL 208.48º 0.87% 0.64% -
HSV(B) 208.48º 0.65% 0.95% -
XYZ 33.93 36.41 90.03 -
YUV 151.73 179.5 80.4 -
System Red Green Blue C M Y K H S L
Decimal 85 168 243 0.65 0.31 0 0.05 208.48 0.87 0.64
Hex 55 A8 F3 41 1F 0 5 D0 57 40
Octal 125 250 363 101 37 0 5 320 127 100
Binary 1010101 10101000 11110011 1000001 11111 0 101 11010000 1010111 1000000

Color Harmonies of #55A8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A8F3

Black with #55A8F3

Text Example


Text Example

White with #55A8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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