Html Css Color HEX #3299FF Dodger Blue

📋 copy color: '#3299FF'

red 50 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #3299FF

Tints of Dodger Blue #3299FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

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

R = 10.92%
G = 33.41%
B = 55.68%

CMYK

 C value IS 0.80

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3299FF (or 0x3299FF) is known color: Dodger Blue. HEX triplet: 32, 99 and FF. RGB value is (50,153,255). Sum of RGB (Red+Green+Blue) = 50+153+255=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #3299FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3299FF is #CD6600. Grayscale: #858585. Windows color (decimal): -13460993 or 16750898. OLE color: 16750898.

HSL color Cylindrical-coordinate representation of color #3299FF: hue angle of 209.85º 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 #3299FF is Cyan = 0.80, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 153 255 -
CMYK 0.80 0.4 0 0
HSL 209.85º 1% 0.6% -
HSV(B) 209.85º 0.8% 1% -
XYZ 30.76 30.68 98.91 -
YUV 133.83 196.38 68.21 -
System Red Green Blue C M Y K H S L
Decimal 50 153 255 0.80 0.4 0 0 209.85 1 0.6
Hex 32 99 FF 50 28 0 0 D2 64 3C
Octal 62 231 377 120 50 0 0 322 144 74
Binary 110010 10011001 11111111 1010000 101000 0 0 11010010 1100100 111100

Color Harmonies of #3299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299FF

Black with #3299FF

Text Example


Text Example

White with #3299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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