Html Css Color HEX #3288FF Dodger Blue

📋 copy color: '#3288FF'

red 50 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #3288FF

Tints of Dodger Blue #3288FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 11.34%
G = 30.84%
B = 57.82%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3288FF (or 0x3288FF) is known color: Dodger Blue. HEX triplet: 32, 88 and FF. RGB value is (50,136,255). Sum of RGB (Red+Green+Blue) = 50+136+255=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #3288FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3288FF is #CD7700. Grayscale: #7B7B7B. Windows color (decimal): -13465345 or 16746546. OLE color: 16746546.

HSL color Cylindrical-coordinate representation of color #3288FF: hue angle of 214.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3288FF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 136 255 -
CMYK 0.80 0.47 0 0
HSL 214.83º 1% 0.6% -
HSV(B) 214.83º 0.8% 1% -
XYZ 28.17 25.51 98.05 -
YUV 123.85 202.01 75.32 -
System Red Green Blue C M Y K H S L
Decimal 50 136 255 0.80 0.47 0 0 214.83 1 0.6
Hex 32 88 FF 50 2F 0 0 D7 64 3C
Octal 62 210 377 120 57 0 0 327 144 74
Binary 110010 10001000 11111111 1010000 101111 0 0 11010111 1100100 111100

Color Harmonies of #3288FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288FF

Black with #3288FF

Text Example


Text Example

White with #3288FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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