Html Css Color HEX #3288FE Dodger Blue

📋 copy color: '#3288FE'

red 50 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #3288FE

Tints of Dodger Blue #3288FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 11.36%
G = 30.91%
B = 57.73%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3288FE (or 0x3288FE) is known color: Dodger Blue. HEX triplet: 32, 88 and FE. RGB value is (50,136,254). Sum of RGB (Red+Green+Blue) = 50+136+254=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #3288FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3288FE is #CD7701. Grayscale: #7B7B7B. Windows color (decimal): -13465346 or 16681010. OLE color: 16681010.

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

Color convert

RGB 50 136 254 -
CMYK 0.80 0.46 0 0.00
HSL 214.71º 0.99% 0.6% -
HSV(B) 214.71º 0.8% 1% -
XYZ 28.01 25.44 97.2 -
YUV 123.74 201.51 75.41 -
System Red Green Blue C M Y K H S L
Decimal 50 136 254 0.80 0.46 0 0.00 214.71 0.99 0.6
Hex 32 88 FE 50 2E 0 0 D7 63 3C
Octal 62 210 376 120 56 0 0 327 143 74
Binary 110010 10001000 11111110 1010000 101110 0 0 11010111 1100011 111100

Color Harmonies of #3288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288FE

Black with #3288FE

Text Example


Text Example

White with #3288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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