Html Css Color HEX #2790EF Dodger Blue

📋 copy color: '#2790EF'

red 39 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #2790EF

Tints of Dodger Blue #2790EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 9.24%
G = 34.12%
B = 56.64%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2790EF (or 0x2790EF) is known color: Dodger Blue. HEX triplet: 27, 90 and EF. RGB value is (39,144,239). Sum of RGB (Red+Green+Blue) = 39+144+239=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #2790EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2790EF is #D86F10. Grayscale: #7A7A7A. Windows color (decimal): -14184209 or 15700007. OLE color: 15700007.

HSL color Cylindrical-coordinate representation of color #2790EF: hue angle of 208.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2790EF is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 144 239 -
CMYK 0.84 0.40 0 0.06
HSL 208.5º 0.86% 0.55% -
HSV(B) 208.5º 0.84% 0.94% -
XYZ 26.39 26.61 85.41 -
YUV 123.44 193.21 67.78 -
System Red Green Blue C M Y K H S L
Decimal 39 144 239 0.84 0.40 0 0.06 208.5 0.86 0.55
Hex 27 90 EF 54 28 0 6 D0 56 37
Octal 47 220 357 124 50 0 6 320 126 67
Binary 100111 10010000 11101111 1010100 101000 0 110 11010000 1010110 110111

Color Harmonies of #2790EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2790EF

Black with #2790EF

Text Example


Text Example

White with #2790EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2790EF; }

 p { color: rgb(39,144,239); }

 H1.HeaderClassName
 {
   color: #2790EF;
 }
 .AnyTagClassName
 {
   color: #2790EF;
 }
</style>

background-color css

<style>
 a { background-color: #2790EF; }

 a { background-color: rgb(39,144,239); }

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

border-color css

<style>
 span { border-color: #2790EF; }

 span { border-color: rgb(39,144,239); }

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