#2270F4

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

Shades of Dodger Blue #2270F4

Tints of Dodger Blue #2270F4

Color information

#2270F4 (or 0x2270F4) is unknown color: approx Dodger Blue. HEX triplet: 22, 70 and F4. RGB value is (34,112,244). Sum of RGB (Red+Green+Blue) = 34+112+244=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #2270F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2270F4 is #DD8F0B. Grayscale: #676767. Windows color (decimal): -14520076 or 16019490. OLE color: 16019490.

HSL color Cylindrical-coordinate representation of color #2270F4: hue angle of 217.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2270F4 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB34112244-
CMYK0.860.5400.04
HSL217.71º90.52%54.51%-
HSV(B)217.71º86.07%95.69%-
XYZ22.7818.4687.95-
YUV103.73207.1678.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.72%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 244 (95.70% from 255) = 62.56%
R=8.72%
G=28.72%
B=62.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal341122440.860.5400.04217.7190.5254.51
Hex2270F4563604da5b37
Octal42160364126660433213367
Binary10001011100001111010010101101101100100110110101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2270F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2270F4; }

 p { color: rgb(34,112,244); }

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

<style>
 a { background-color: #2270F4; }

 a { background-color: rgb(34,112,244); }

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

<style>
 span { border-color: #2270F4; }

 span { border-color: rgb(34,112,244); }

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