Html Css Color HEX #3383FA Dodger Blue

📋 copy color: '#3383FA'

red 51 ◦ green 131 ◦ blue 250

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

Shades of Dodger Blue #3383FA

Tints of Dodger Blue #3383FA

RGB

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

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

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

R = 11.81%
G = 30.32%
B = 57.87%

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

#3383FA (or 0x3383FA) is known color: Dodger Blue. HEX triplet: 33, 83 and FA. RGB value is (51,131,250). Sum of RGB (Red+Green+Blue) = 51+131+250=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #3383FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3383FA is #CC7C05. Grayscale: #787878. Windows color (decimal): -13401094 or 16417587. OLE color: 16417587.

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

Color convert

RGB 51 131 250 -
CMYK 0.80 0.48 0 0.02
HSL 215.88º 0.95% 0.59% -
HSV(B) 215.88º 0.8% 0.98% -
XYZ 26.74 23.84 93.63 -
YUV 120.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 51 131 250 0.80 0.48 0 0.02 215.88 0.95 0.59
Hex 33 83 FA 50 30 0 2 D8 5F 3B
Octal 63 203 372 120 60 0 2 330 137 73
Binary 110011 10000011 11111010 1010000 110000 0 10 11011000 1011111 111011

Color Harmonies of #3383FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3383FA

Black with #3383FA

Text Example


Text Example

White with #3383FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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