Html Css Color HEX #3288EA Dodger Blue

📋 copy color: '#3288EA'

red 50 ◦ green 136 ◦ blue 234

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

Shades of Dodger Blue #3288EA

Tints of Dodger Blue #3288EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 11.9%
G = 32.38%
B = 55.71%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3288EA (or 0x3288EA) is known color: Dodger Blue. HEX triplet: 32, 88 and EA. RGB value is (50,136,234). Sum of RGB (Red+Green+Blue) = 50+136+234=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #3288EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3288EA is #CD7715. Grayscale: #787878. Windows color (decimal): -13465366 or 15370290. OLE color: 15370290.

HSL color Cylindrical-coordinate representation of color #3288EA: hue angle of 211.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3288EA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 136 234 -
CMYK 0.79 0.42 0 0.08
HSL 211.96º 0.81% 0.56% -
HSV(B) 211.96º 0.79% 0.92% -
XYZ 24.97 24.23 81.2 -
YUV 121.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 50 136 234 0.79 0.42 0 0.08 211.96 0.81 0.56
Hex 32 88 EA 4F 2A 0 8 D4 51 38
Octal 62 210 352 117 52 0 10 324 121 70
Binary 110010 10001000 11101010 1001111 101010 0 1000 11010100 1010001 111000

Color Harmonies of #3288EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288EA

Black with #3288EA

Text Example


Text Example

White with #3288EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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