#228AF0

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

Shades of Dodger Blue #228AF0

Tints of Dodger Blue #228AF0

Color information

#228AF0 (or 0x228AF0) is unknown color: approx Dodger Blue. HEX triplet: 22, 8A and F0. RGB value is (34,138,240). Sum of RGB (Red+Green+Blue) = 34+138+240=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #228AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228AF0 is #DD750F. Grayscale: #767676. Windows color (decimal): -14513424 or 15764002. OLE color: 15764002.

HSL color Cylindrical-coordinate representation of color #228AF0: hue angle of 209.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228AF0 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB34138240-
CMYK0.860.4200.06
HSL209.71º87.29%53.73%-
HSV(B)209.71º85.83%94.12%-
XYZ25.4824.8185.88-
YUV118.53196.5467.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.25%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 240 (94.14% from 255) = 58.25%
R=8.25%
G=33.50%
B=58.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal341382400.860.4200.06209.7187.2953.73
Hex228AF0562A06d25736
Octal42212360126520632212766
Binary100010100010101111000010101101010100110110100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,138,240); }

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

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

 a { background-color: rgb(34,138,240); }

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

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

 span { border-color: rgb(34,138,240); }

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