Html Css Color HEX #3386FC Dodger Blue

📋 copy color: '#3386FC'

red 51 ◦ green 134 ◦ blue 252

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

Shades of Dodger Blue #3386FC

Tints of Dodger Blue #3386FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 11.67%
G = 30.66%
B = 57.67%

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

#3386FC (or 0x3386FC) is known color: Dodger Blue. HEX triplet: 33, 86 and FC. RGB value is (51,134,252). Sum of RGB (Red+Green+Blue) = 51+134+252=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #3386FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3386FC is #CC7903. Grayscale: #7A7A7A. Windows color (decimal): -13400324 or 16549427. OLE color: 16549427.

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

Color convert

RGB 51 134 252 -
CMYK 0.80 0.47 0 0.01
HSL 215.22º 0.97% 0.59% -
HSV(B) 215.22º 0.8% 0.99% -
XYZ 27.46 24.78 95.43 -
YUV 122.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 51 134 252 0.80 0.47 0 0.01 215.22 0.97 0.59
Hex 33 86 FC 50 2F 0 1 D7 61 3B
Octal 63 206 374 120 57 0 1 327 141 73
Binary 110011 10000110 11111100 1010000 101111 0 1 11010111 1100001 111011

Color Harmonies of #3386FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386FC

Black with #3386FC

Text Example


Text Example

White with #3386FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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