#278AEC

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

Shades of Dodger Blue #278AEC

Tints of Dodger Blue #278AEC

Color information

#278AEC (or 0x278AEC) is unknown color: approx Dodger Blue. HEX triplet: 27, 8A and EC. RGB value is (39,138,236). Sum of RGB (Red+Green+Blue) = 39+138+236=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #278AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278AEC is #D87513. Grayscale: #777777. Windows color (decimal): -14185748 or 15501863. OLE color: 15501863.

HSL color Cylindrical-coordinate representation of color #278AEC: hue angle of 209.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #278AEC is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB39138236-
CMYK0.830.4200.07
HSL209.85º83.83%53.92%-
HSV(B)209.85º83.47%92.55%-
XYZ25.0724.6682.8-
YUV119.57193.770.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.44%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 236 (92.58% from 255) = 57.14%
R=9.44%
G=33.41%
B=57.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal391382360.830.4200.07209.8583.8353.92
Hex278AEC532A07d25436
Octal47212354123520732212466
Binary100111100010101110110010100111010100111110100101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278AEC; }

 p { color: rgb(39,138,236); }

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

<style>
 a { background-color: #278AEC; }

 a { background-color: rgb(39,138,236); }

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

<style>
 span { border-color: #278AEC; }

 span { border-color: rgb(39,138,236); }

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