Html Css Color HEX #3299EF Dodger Blue

📋 copy color: '#3299EF'

red 50 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #3299EF

Tints of Dodger Blue #3299EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 11.31%
G = 34.62%
B = 54.07%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3299EF (or 0x3299EF) is known color: Dodger Blue. HEX triplet: 32, 99 and EF. RGB value is (50,153,239). Sum of RGB (Red+Green+Blue) = 50+153+239=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #3299EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3299EF is #CD6610. Grayscale: #838383. Windows color (decimal): -13461009 or 15702322. OLE color: 15702322.

HSL color Cylindrical-coordinate representation of color #3299EF: hue angle of 207.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3299EF is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 153 239 -
CMYK 0.79 0.36 0 0.06
HSL 207.3º 0.86% 0.57% -
HSV(B) 207.3º 0.79% 0.94% -
XYZ 28.29 29.69 85.9 -
YUV 132.01 188.38 69.51 -
System Red Green Blue C M Y K H S L
Decimal 50 153 239 0.79 0.36 0 0.06 207.3 0.86 0.57
Hex 32 99 EF 4F 24 0 6 CF 56 39
Octal 62 231 357 117 44 0 6 317 126 71
Binary 110010 10011001 11101111 1001111 100100 0 110 11001111 1010110 111001

Color Harmonies of #3299EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3299EF

Black with #3299EF

Text Example


Text Example

White with #3299EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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