#228CD7

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

Shades of Dodger Blue #228CD7

Tints of Dodger Blue #228CD7

Color information

#228CD7 (or 0x228CD7) is unknown color: approx Dodger Blue. HEX triplet: 22, 8C and D7. RGB value is (34,140,215). Sum of RGB (Red+Green+Blue) = 34+140+215=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #228CD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CD7 is #DD7328. Grayscale: #747474. Windows color (decimal): -14512937 or 14126114. OLE color: 14126114.

HSL color Cylindrical-coordinate representation of color #228CD7: hue angle of 204.86º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228CD7 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB34140215-
CMYK0.840.3500.16
HSL204.86º72.69%48.82%-
HSV(B)204.86º84.19%84.31%-
XYZ22.32467.75-
YUV116.86183.3868.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.74%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 215 (84.38% from 255) = 55.27%
R=8.74%
G=35.99%
B=55.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal341402150.840.3500.16204.8672.6948.82
Hex228CD75423010cd4931
Octal422143271244302031511161
Binary10001010001100110101111010100100011010000110011011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,140,215); }

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

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

 a { background-color: rgb(34,140,215); }

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

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

 span { border-color: rgb(34,140,215); }

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