Html Css Color HEX #3380FD Dodger Blue

📋 copy color: '#3380FD'

red 51 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #3380FD

Tints of Dodger Blue #3380FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 253 (99.22% from 255) = 58.56%

R = 11.81%
G = 29.63%
B = 58.56%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3380FD (or 0x3380FD) is known color: Dodger Blue. HEX triplet: 33, 80 and FD. RGB value is (51,128,253). Sum of RGB (Red+Green+Blue) = 51+128+253=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #3380FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380FD is #CC7F02. Grayscale: #767676. Windows color (decimal): -13401859 or 16613427. OLE color: 16613427.

HSL color Cylindrical-coordinate representation of color #3380FD: hue angle of 217.13º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3380FD is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 128 253 -
CMYK 0.80 0.49 0 0.01
HSL 217.13º 0.98% 0.6% -
HSV(B) 217.13º 0.8% 0.99% -
XYZ 26.81 23.23 96 -
YUV 119.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 51 128 253 0.80 0.49 0 0.01 217.13 0.98 0.6
Hex 33 80 FD 50 31 0 1 D9 62 3C
Octal 63 200 375 120 61 0 1 331 142 74
Binary 110011 10000000 11111101 1010000 110001 0 1 11011001 1100010 111100

Color Harmonies of #3380FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3380FD

Black with #3380FD

Text Example


Text Example

White with #3380FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3380FD; }

 p { color: rgb(51,128,253); }

 H1.HeaderClassName
 {
   color: #3380FD;
 }
 .AnyTagClassName
 {
   color: #3380FD;
 }
</style>

background-color css

<style>
 a { background-color: #3380FD; }

 a { background-color: rgb(51,128,253); }

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

border-color css

<style>
 span { border-color: #3380FD; }

 span { border-color: rgb(51,128,253); }

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