Html Css Color HEX #55A7ED Cornflower Blue

📋 copy color: '#55A7ED'

red 85 ◦ green 167 ◦ blue 237

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

Shades of Cornflower Blue #55A7ED

Tints of Cornflower Blue #55A7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.15%

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 17.38%
G = 34.15%
B = 48.47%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55A7ED (or 0x55A7ED) is known color: Cornflower Blue. HEX triplet: 55, A7 and ED. RGB value is (85,167,237). Sum of RGB (Red+Green+Blue) = 85+167+237=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #55A7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A7ED is #AA5812. Grayscale: #969696. Windows color (decimal): -11163667 or 15574869. OLE color: 15574869.

HSL color Cylindrical-coordinate representation of color #55A7ED: hue angle of 207.63º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A7ED is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 167 237 -
CMYK 0.64 0.30 0 0.07
HSL 207.63º 0.81% 0.63% -
HSV(B) 207.63º 0.64% 0.93% -
XYZ 32.85 35.68 85.28 -
YUV 150.46 176.83 81.31 -
System Red Green Blue C M Y K H S L
Decimal 85 167 237 0.64 0.30 0 0.07 207.63 0.81 0.63
Hex 55 A7 ED 40 1E 0 7 D0 51 3F
Octal 125 247 355 100 36 0 7 320 121 77
Binary 1010101 10100111 11101101 1000000 11110 0 111 11010000 1010001 111111

Color Harmonies of #55A7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A7ED

Black with #55A7ED

Text Example


Text Example

White with #55A7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,167,237); }

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

background-color css

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

 a { background-color: rgb(85,167,237); }

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

border-color css

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

 span { border-color: rgb(85,167,237); }

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