Html Css Color HEX #2288EE Dodger Blue

📋 copy color: '#2288EE'

red 34 ◦ green 136 ◦ blue 238

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

Shades of Dodger Blue #2288EE

Tints of Dodger Blue #2288EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 8.33%
G = 33.33%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2288EE (or 0x2288EE) is known color: Dodger Blue. HEX triplet: 22, 88 and EE. RGB value is (34,136,238). Sum of RGB (Red+Green+Blue) = 34+136+238=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #2288EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2288EE is #DD7711. Grayscale: #747474. Windows color (decimal): -14513938 or 15632418. OLE color: 15632418.

HSL color Cylindrical-coordinate representation of color #2288EE: hue angle of 210º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2288EE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 136 238 -
CMYK 0.86 0.43 0 0.07
HSL 210º 0.86% 0.53% -
HSV(B) 210º 0.86% 0.93% -
XYZ 24.9 24.12 84.23 -
YUV 117.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 34 136 238 0.86 0.43 0 0.07 210 0.86 0.53
Hex 22 88 EE 56 2B 0 7 D2 56 35
Octal 42 210 356 126 53 0 7 322 126 65
Binary 100010 10001000 11101110 1010110 101011 0 111 11010010 1010110 110101

Color Harmonies of #2288EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2288EE

Black with #2288EE

Text Example


Text Example

White with #2288EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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