Html Css Color HEX #3288E8 Dodger Blue

📋 copy color: '#3288E8'

red 50 ◦ green 136 ◦ blue 232

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

Shades of Dodger Blue #3288E8

Tints of Dodger Blue #3288E8

RGB

 RED value IS 50 (19.92% from 255) = 11.96%

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

 BLUE value IS 232 (91.02% from 255) = 55.5%

R = 11.96%
G = 32.54%
B = 55.5%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3288E8 (or 0x3288E8) is known color: Dodger Blue. HEX triplet: 32, 88 and E8. RGB value is (50,136,232). Sum of RGB (Red+Green+Blue) = 50+136+232=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #3288E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3288E8 is #CD7717. Grayscale: #787878. Windows color (decimal): -13465368 or 15239218. OLE color: 15239218.

HSL color Cylindrical-coordinate representation of color #3288E8: hue angle of 211.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3288E8 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 136 232 -
CMYK 0.78 0.41 0 0.09
HSL 211.65º 0.8% 0.55% -
HSV(B) 211.65º 0.78% 0.91% -
XYZ 24.69 24.11 79.7 -
YUV 121.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 50 136 232 0.78 0.41 0 0.09 211.65 0.8 0.55
Hex 32 88 E8 4E 29 0 9 D4 50 37
Octal 62 210 350 116 51 0 11 324 120 67
Binary 110010 10001000 11101000 1001110 101001 0 1001 11010100 1010000 110111

Color Harmonies of #3288E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288E8

Black with #3288E8

Text Example


Text Example

White with #3288E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3288E8; }

 p { color: rgb(50,136,232); }

 H1.HeaderClassName
 {
   color: #3288E8;
 }
 .AnyTagClassName
 {
   color: #3288E8;
 }
</style>

background-color css

<style>
 a { background-color: #3288E8; }

 a { background-color: rgb(50,136,232); }

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

border-color css

<style>
 span { border-color: #3288E8; }

 span { border-color: rgb(50,136,232); }

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