Html Css Color HEX #3384FA Dodger Blue

📋 copy color: '#3384FA'

red 51 ◦ green 132 ◦ blue 250

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

Shades of Dodger Blue #3384FA

Tints of Dodger Blue #3384FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

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

R = 11.78%
G = 30.48%
B = 57.74%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3384FA (or 0x3384FA) is known color: Dodger Blue. HEX triplet: 33, 84 and FA. RGB value is (51,132,250). Sum of RGB (Red+Green+Blue) = 51+132+250=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #3384FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3384FA is #CC7B05. Grayscale: #787878. Windows color (decimal): -13400838 or 16417843. OLE color: 16417843.

HSL color Cylindrical-coordinate representation of color #3384FA: hue angle of 215.58º 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 #3384FA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 132 250 -
CMYK 0.80 0.47 0 0.02
HSL 215.58º 0.95% 0.59% -
HSV(B) 215.58º 0.8% 0.98% -
XYZ 26.87 24.11 93.68 -
YUV 121.23 200.66 77.91 -
System Red Green Blue C M Y K H S L
Decimal 51 132 250 0.80 0.47 0 0.02 215.58 0.95 0.59
Hex 33 84 FA 50 2F 0 2 D8 5F 3B
Octal 63 204 372 120 57 0 2 330 137 73
Binary 110011 10000100 11111010 1010000 101111 0 10 11011000 1011111 111011

Color Harmonies of #3384FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384FA

Black with #3384FA

Text Example


Text Example

White with #3384FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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