Html Css Color HEX #3385FC Dodger Blue

📋 copy color: '#3385FC'

red 51 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #3385FC

Tints of Dodger Blue #3385FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 11.7%
G = 30.5%
B = 57.8%

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

#3385FC (or 0x3385FC) is known color: Dodger Blue. HEX triplet: 33, 85 and FC. RGB value is (51,133,252). Sum of RGB (Red+Green+Blue) = 51+133+252=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #3385FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3385FC is #CC7A03. Grayscale: #797979. Windows color (decimal): -13400580 or 16549171. OLE color: 16549171.

HSL color Cylindrical-coordinate representation of color #3385FC: hue angle of 215.52º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3385FC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 133 252 -
CMYK 0.80 0.47 0 0.01
HSL 215.52º 0.97% 0.59% -
HSV(B) 215.52º 0.8% 0.99% -
XYZ 27.32 24.51 95.39 -
YUV 122.05 201.33 77.32 -
System Red Green Blue C M Y K H S L
Decimal 51 133 252 0.80 0.47 0 0.01 215.52 0.97 0.59
Hex 33 85 FC 50 2F 0 1 D8 61 3B
Octal 63 205 374 120 57 0 1 330 141 73
Binary 110011 10000101 11111100 1010000 101111 0 1 11011000 1100001 111011

Color Harmonies of #3385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385FC

Black with #3385FC

Text Example


Text Example

White with #3385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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