#228DE4

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

Shades of Dodger Blue #228DE4

Tints of Dodger Blue #228DE4

Color information

#228DE4 (or 0x228DE4) is unknown color: approx Dodger Blue. HEX triplet: 22, 8D and E4. RGB value is (34,141,228). Sum of RGB (Red+Green+Blue) = 34+141+228=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #228DE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DE4 is #DD721B. Grayscale: #767676. Windows color (decimal): -14512668 or 14978338. OLE color: 14978338.

HSL color Cylindrical-coordinate representation of color #228DE4: hue angle of 206.91º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228DE4 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB34141228-
CMYK0.850.3800.11
HSL206.91º78.23%51.37%-
HSV(B)206.91º85.09%89.41%-
XYZ24.1924.9976.95-
YUV118.92189.5567.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.44%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 228 (89.45% from 255) = 56.58%
R=8.44%
G=34.99%
B=56.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal341412280.850.3800.11206.9178.2351.37
Hex228DE455260Bcf4e33
Octal422153441254601331711663
Binary1000101000110111100100101010110011001011110011111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228DE4; }

 p { color: rgb(34,141,228); }

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

<style>
 a { background-color: #228DE4; }

 a { background-color: rgb(34,141,228); }

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

<style>
 span { border-color: #228DE4; }

 span { border-color: rgb(34,141,228); }

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