#2274ED

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

Shades of Dodger Blue #2274ED

Tints of Dodger Blue #2274ED

Color information

#2274ED (or 0x2274ED) is unknown color: approx Dodger Blue. HEX triplet: 22, 74 and ED. RGB value is (34,116,237). Sum of RGB (Red+Green+Blue) = 34+116+237=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #2274ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2274ED is #DD8B12. Grayscale: #686868. Windows color (decimal): -14519059 or 15561762. OLE color: 15561762.

HSL color Cylindrical-coordinate representation of color #2274ED: hue angle of 215.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2274ED is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34116237-
CMYK0.860.5100.07
HSL215.76º84.94%53.14%-
HSV(B)215.76º85.65%92.94%-
XYZ22.1918.9582.61-
YUV105.28202.3377.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.79%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 237 (92.97% from 255) = 61.24%
R=8.79%
G=29.97%
B=61.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341162370.860.5100.07215.7684.9453.14
Hex2274ED563307d85535
Octal42164355126630733012565
Binary10001011101001110110110101101100110111110110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2274ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2274ED; }

 p { color: rgb(34,116,237); }

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

<style>
 a { background-color: #2274ED; }

 a { background-color: rgb(34,116,237); }

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

<style>
 span { border-color: #2274ED; }

 span { border-color: rgb(34,116,237); }

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