Html Css Color HEX #55A3F6 Cornflower Blue

📋 copy color: '#55A3F6'

red 85 ◦ green 163 ◦ blue 246

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

Shades of Cornflower Blue #55A3F6

Tints of Cornflower Blue #55A3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 17.21%
G = 33%
B = 49.8%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55A3F6 (or 0x55A3F6) is known color: Cornflower Blue. HEX triplet: 55, A3 and F6. RGB value is (85,163,246). Sum of RGB (Red+Green+Blue) = 85+163+246=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #55A3F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A3F6 is #AA5C09. Grayscale: #949494. Windows color (decimal): -11164682 or 16163669. OLE color: 16163669.

HSL color Cylindrical-coordinate representation of color #55A3F6: hue angle of 210.93º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55A3F6 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 163 246 -
CMYK 0.65 0.34 0 0.04
HSL 210.93º 0.9% 0.65% -
HSV(B) 210.93º 0.65% 0.96% -
XYZ 33.48 34.78 92.14 -
YUV 149.14 182.66 82.25 -
System Red Green Blue C M Y K H S L
Decimal 85 163 246 0.65 0.34 0 0.04 210.93 0.9 0.65
Hex 55 A3 F6 41 22 0 4 D3 5A 41
Octal 125 243 366 101 42 0 4 323 132 101
Binary 1010101 10100011 11110110 1000001 100010 0 100 11010011 1011010 1000001

Color Harmonies of #55A3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A3F6

Black with #55A3F6

Text Example


Text Example

White with #55A3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,163,246); }

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

background-color css

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

 a { background-color: rgb(85,163,246); }

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

border-color css

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

 span { border-color: rgb(85,163,246); }

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