Html Css Color HEX #3382FA Dodger Blue

📋 copy color: '#3382FA'

red 51 ◦ green 130 ◦ blue 250

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

Shades of Dodger Blue #3382FA

Tints of Dodger Blue #3382FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 11.83%
G = 30.16%
B = 58%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3382FA (or 0x3382FA) is known color: Dodger Blue. HEX triplet: 33, 82 and FA. RGB value is (51,130,250). Sum of RGB (Red+Green+Blue) = 51+130+250=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #3382FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3382FA is #CC7D05. Grayscale: #777777. Windows color (decimal): -13401350 or 16417331. OLE color: 16417331.

HSL color Cylindrical-coordinate representation of color #3382FA: hue angle of 216.18º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3382FA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 130 250 -
CMYK 0.80 0.48 0 0.02
HSL 216.18º 0.95% 0.59% -
HSV(B) 216.18º 0.8% 0.98% -
XYZ 26.6 23.57 93.59 -
YUV 120.06 201.33 78.74 -
System Red Green Blue C M Y K H S L
Decimal 51 130 250 0.80 0.48 0 0.02 216.18 0.95 0.59
Hex 33 82 FA 50 30 0 2 D8 5F 3B
Octal 63 202 372 120 60 0 2 330 137 73
Binary 110011 10000010 11111010 1010000 110000 0 10 11011000 1011111 111011

Color Harmonies of #3382FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3382FA

Black with #3382FA

Text Example


Text Example

White with #3382FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3382FA; }

 p { color: rgb(51,130,250); }

 H1.HeaderClassName
 {
   color: #3382FA;
 }
 .AnyTagClassName
 {
   color: #3382FA;
 }
</style>

background-color css

<style>
 a { background-color: #3382FA; }

 a { background-color: rgb(51,130,250); }

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

border-color css

<style>
 span { border-color: #3382FA; }

 span { border-color: rgb(51,130,250); }

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