Html Css Color HEX #3383EA Dodger Blue

📋 copy color: '#3383EA'

red 51 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #3383EA

Tints of Dodger Blue #3383EA

RGB

 RED value IS 51 (20.31% from 255) = 12.26%

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 12.26%
G = 31.49%
B = 56.25%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3383EA (or 0x3383EA) is known color: Dodger Blue. HEX triplet: 33, 83 and EA. RGB value is (51,131,234). Sum of RGB (Red+Green+Blue) = 51+131+234=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #3383EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3383EA is #CC7C15. Grayscale: #767676. Windows color (decimal): -13401110 or 15369011. OLE color: 15369011.

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

Color convert

RGB 51 131 234 -
CMYK 0.78 0.44 0 0.08
HSL 213.77º 0.81% 0.56% -
HSV(B) 213.77º 0.78% 0.92% -
XYZ 24.33 22.88 80.98 -
YUV 118.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 51 131 234 0.78 0.44 0 0.08 213.77 0.81 0.56
Hex 33 83 EA 4E 2C 0 8 D6 51 38
Octal 63 203 352 116 54 0 10 326 121 70
Binary 110011 10000011 11101010 1001110 101100 0 1000 11010110 1010001 111000

Color Harmonies of #3383EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3383EA

Black with #3383EA

Text Example


Text Example

White with #3383EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,131,234); }

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

background-color css

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

 a { background-color: rgb(51,131,234); }

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

border-color css

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

 span { border-color: rgb(51,131,234); }

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