Html Css Color HEX #2290DB Dodger Blue

📋 copy color: '#2290DB'

red 34 ◦ green 144 ◦ blue 219

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

Shades of Dodger Blue #2290DB

Tints of Dodger Blue #2290DB

RGB

 RED value IS 34 (13.67% from 255) = 8.56%

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

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

R = 8.56%
G = 36.27%
B = 55.16%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2290DB (or 0x2290DB) is known color: Dodger Blue. HEX triplet: 22, 90 and DB. RGB value is (34,144,219). Sum of RGB (Red+Green+Blue) = 34+144+219=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #2290DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2290DB is #DD6F24. Grayscale: #777777. Windows color (decimal): -14511909 or 14389282. OLE color: 14389282.

HSL color Cylindrical-coordinate representation of color #2290DB: hue angle of 204.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2290DB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 144 219 -
CMYK 0.84 0.34 0 0.14
HSL 204.32º 0.73% 0.5% -
HSV(B) 204.32º 0.84% 0.86% -
XYZ 23.42 25.4 70.69 -
YUV 119.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 34 144 219 0.84 0.34 0 0.14 204.32 0.73 0.5
Hex 22 90 DB 54 22 0 E CC 49 32
Octal 42 220 333 124 42 0 16 314 111 62
Binary 100010 10010000 11011011 1010100 100010 0 1110 11001100 1001001 110010

Color Harmonies of #2290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2290DB

Black with #2290DB

Text Example


Text Example

White with #2290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2290DB; }

 p { color: rgb(34,144,219); }

 H1.HeaderClassName
 {
   color: #2290DB;
 }
 .AnyTagClassName
 {
   color: #2290DB;
 }
</style>

background-color css

<style>
 a { background-color: #2290DB; }

 a { background-color: rgb(34,144,219); }

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

border-color css

<style>
 span { border-color: #2290DB; }

 span { border-color: rgb(34,144,219); }

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