Html Css Color HEX #288BE2 Dodger Blue

📋 copy color: '#288BE2'

red 40 ◦ green 139 ◦ blue 226

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

Shades of Dodger Blue #288BE2

Tints of Dodger Blue #288BE2

RGB

 RED value IS 40 (16.02% from 255) = 9.88%

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 226 (88.67% from 255) = 55.8%

R = 9.88%
G = 34.32%
B = 55.8%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#288BE2 (or 0x288BE2) is known color: Dodger Blue. HEX triplet: 28, 8B and E2. RGB value is (40,139,226). Sum of RGB (Red+Green+Blue) = 40+139+226=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #288BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BE2 is #D7741D. Grayscale: #767676. Windows color (decimal): -14119966 or 14846760. OLE color: 14846760.

HSL color Cylindrical-coordinate representation of color #288BE2: hue angle of 208.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288BE2 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 139 226 -
CMYK 0.82 0.38 0 0.11
HSL 208.06º 0.76% 0.52% -
HSV(B) 208.06º 0.82% 0.89% -
XYZ 23.84 24.41 75.41 -
YUV 119.32 188.2 71.43 -
System Red Green Blue C M Y K H S L
Decimal 40 139 226 0.82 0.38 0 0.11 208.06 0.76 0.52
Hex 28 8B E2 52 26 0 B D0 4C 34
Octal 50 213 342 122 46 0 13 320 114 64
Binary 101000 10001011 11100010 1010010 100110 0 1011 11010000 1001100 110100

Color Harmonies of #288BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BE2

Black with #288BE2

Text Example


Text Example

White with #288BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288BE2; }

 p { color: rgb(40,139,226); }

 H1.HeaderClassName
 {
   color: #288BE2;
 }
 .AnyTagClassName
 {
   color: #288BE2;
 }
</style>

background-color css

<style>
 a { background-color: #288BE2; }

 a { background-color: rgb(40,139,226); }

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

border-color css

<style>
 span { border-color: #288BE2; }

 span { border-color: rgb(40,139,226); }

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