Html Css Color HEX #278EDB Dodger Blue

📋 copy color: '#278EDB'

red 39 ◦ green 142 ◦ blue 219

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

Shades of Dodger Blue #278EDB

Tints of Dodger Blue #278EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 9.75%
G = 35.5%
B = 54.75%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#278EDB (or 0x278EDB) is known color: Dodger Blue. HEX triplet: 27, 8E and DB. RGB value is (39,142,219). Sum of RGB (Red+Green+Blue) = 39+142+219=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #278EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EDB is #D87124. Grayscale: #777777. Windows color (decimal): -14184741 or 14388775. OLE color: 14388775.

HSL color Cylindrical-coordinate representation of color #278EDB: hue angle of 205.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278EDB is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 142 219 -
CMYK 0.82 0.35 0 0.14
HSL 205.67º 0.71% 0.51% -
HSV(B) 205.67º 0.82% 0.86% -
XYZ 23.3 24.89 70.59 -
YUV 119.98 183.88 70.24 -
System Red Green Blue C M Y K H S L
Decimal 39 142 219 0.82 0.35 0 0.14 205.67 0.71 0.51
Hex 27 8E DB 52 23 0 E CE 47 33
Octal 47 216 333 122 43 0 16 316 107 63
Binary 100111 10001110 11011011 1010010 100011 0 1110 11001110 1000111 110011

Color Harmonies of #278EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278EDB

Black with #278EDB

Text Example


Text Example

White with #278EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,142,219); }

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

background-color css

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

 a { background-color: rgb(39,142,219); }

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

border-color css

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

 span { border-color: rgb(39,142,219); }

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