Html Css Color HEX #3385FD Dodger Blue

📋 copy color: '#3385FD'

red 51 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #3385FD

Tints of Dodger Blue #3385FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

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

R = 11.67%
G = 30.43%
B = 57.89%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3385FD (or 0x3385FD) is known color: Dodger Blue. HEX triplet: 33, 85 and FD. RGB value is (51,133,253). Sum of RGB (Red+Green+Blue) = 51+133+253=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #3385FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385FD is #CC7A02. Grayscale: #797979. Windows color (decimal): -13400579 or 16614707. OLE color: 16614707.

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

Color convert

RGB 51 133 253 -
CMYK 0.80 0.47 0 0.01
HSL 215.64º 0.98% 0.6% -
HSV(B) 215.64º 0.8% 0.99% -
XYZ 27.48 24.57 96.22 -
YUV 122.16 201.83 77.24 -
System Red Green Blue C M Y K H S L
Decimal 51 133 253 0.80 0.47 0 0.01 215.64 0.98 0.6
Hex 33 85 FD 50 2F 0 1 D8 62 3C
Octal 63 205 375 120 57 0 1 330 142 74
Binary 110011 10000101 11111101 1010000 101111 0 1 11011000 1100010 111100

Color Harmonies of #3385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385FD

Black with #3385FD

Text Example


Text Example

White with #3385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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