Html Css Color HEX #2288E6 Dodger Blue

📋 copy color: '#2288E6'

red 34 ◦ green 136 ◦ blue 230

#2288E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2288E6

Tints of Dodger Blue #2288E6

RGB

 RED value IS 34 (13.67% from 255) = 8.5%

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 230 (90.23% from 255) = 57.5%

R = 8.5%
G = 34%
B = 57.5%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2288E6 (or 0x2288E6) is known color: Dodger Blue. HEX triplet: 22, 88 and E6. RGB value is (34,136,230). Sum of RGB (Red+Green+Blue) = 34+136+230=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #2288E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2288E6 is #DD7719. Grayscale: #737373. Windows color (decimal): -14513946 or 15108130. OLE color: 15108130.

HSL color Cylindrical-coordinate representation of color #2288E6: hue angle of 208.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2288E6 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 136 230 -
CMYK 0.85 0.41 0 0.10
HSL 208.78º 0.8% 0.52% -
HSV(B) 208.78º 0.85% 0.9% -
XYZ 23.75 23.66 78.18 -
YUV 116.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 34 136 230 0.85 0.41 0 0.10 208.78 0.8 0.52
Hex 22 88 E6 55 29 0 A D1 50 34
Octal 42 210 346 125 51 0 12 321 120 64
Binary 100010 10001000 11100110 1010101 101001 0 1010 11010001 1010000 110100

Color Harmonies of #2288E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2288E6

Black with #2288E6

Text Example


Text Example

White with #2288E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2288E6; }

 p { color: rgb(34,136,230); }

 H1.HeaderClassName
 {
   color: #2288E6;
 }
 .AnyTagClassName
 {
   color: #2288E6;
 }
</style>

background-color css

<style>
 a { background-color: #2288E6; }

 a { background-color: rgb(34,136,230); }

 div.DivClassName
 {
   background-color: #2288E6;
 }
 .BgClassName
 {
   background-color: #2288E6;
 }
</style>

border-color css

<style>
 span { border-color: #2288E6; }

 span { border-color: rgb(34,136,230); }

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