Html Css Color HEX #278ADD Dodger Blue

📋 copy color: '#278ADD'

red 39 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #278ADD

Tints of Dodger Blue #278ADD

RGB

 RED value IS 39 (15.63% from 255) = 9.8%

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 9.8%
G = 34.67%
B = 55.53%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#278ADD (or 0x278ADD) is known color: Dodger Blue. HEX triplet: 27, 8A and DD. RGB value is (39,138,221). Sum of RGB (Red+Green+Blue) = 39+138+221=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #278ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ADD is #D87522. Grayscale: #757575. Windows color (decimal): -14185763 or 14518823. OLE color: 14518823.

HSL color Cylindrical-coordinate representation of color #278ADD: hue angle of 207.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278ADD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 138 221 -
CMYK 0.82 0.38 0 0.13
HSL 207.36º 0.73% 0.51% -
HSV(B) 207.36º 0.82% 0.87% -
XYZ 22.98 23.83 71.8 -
YUV 117.86 186.2 71.75 -
System Red Green Blue C M Y K H S L
Decimal 39 138 221 0.82 0.38 0 0.13 207.36 0.73 0.51
Hex 27 8A DD 52 26 0 D CF 49 33
Octal 47 212 335 122 46 0 15 317 111 63
Binary 100111 10001010 11011101 1010010 100110 0 1101 11001111 1001001 110011

Color Harmonies of #278ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278ADD

Black with #278ADD

Text Example


Text Example

White with #278ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #278ADD;
 }
 .AnyTagClassName
 {
   color: #278ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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