#27ACFE

Color #27ACFE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #27ACFE

Tints of Dodger Blue #27ACFE

Color information

#27ACFE (or 0x27ACFE) is unknown color: approx Dodger Blue. HEX triplet: 27, AC and FE. RGB value is (39,172,254). Sum of RGB (Red+Green+Blue) = 39+172+254=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #27ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27ACFE is #D85301. Grayscale: #8D8D8D. Windows color (decimal): -14177026 or 16690215. OLE color: 16690215.

HSL color Cylindrical-coordinate representation of color #27ACFE: hue angle of 202.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27ACFE is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39172254-
CMYK0.850.3200.00
HSL202.88º99.08%57.45%-
HSV(B)202.88º84.65%99.61%-
XYZ33.4837.0999.16-
YUV141.58191.4454.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.39%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=8.39%
G=36.99%
B=54.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal391722540.850.3200.00202.8899.0857.45
Hex27ACFE552000cb6339
Octal47254376125400031314371
Binary1001111010110011111110101010110000000110010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27ACFE; }

 p { color: rgb(39,172,254); }

 H1.HeaderClassName
 {
   color: #27ACFE;
 }
 .AnyTagClassName
 {
   color: #27ACFE;
 }
</style>
background-color css

<style>
 a { background-color: #27ACFE; }

 a { background-color: rgb(39,172,254); }

 div.DivClassName
 {
   background-color: #27ACFE;
 }
 .BgClassName
 {
   background-color: #27ACFE;
 }
</style>
border-color css

<style>
 span { border-color: #27ACFE; }

 span { border-color: rgb(39,172,254); }

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