Html Css Color HEX #3285EF Dodger Blue

📋 copy color: '#3285EF'

red 50 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #3285EF

Tints of Dodger Blue #3285EF

RGB

 RED value IS 50 (19.92% from 255) = 11.85%

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 11.85%
G = 31.52%
B = 56.64%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3285EF (or 0x3285EF) is known color: Dodger Blue. HEX triplet: 32, 85 and EF. RGB value is (50,133,239). Sum of RGB (Red+Green+Blue) = 50+133+239=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #3285EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3285EF is #CD7A10. Grayscale: #777777. Windows color (decimal): -13466129 or 15697202. OLE color: 15697202.

HSL color Cylindrical-coordinate representation of color #3285EF: hue angle of 213.65º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3285EF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 133 239 -
CMYK 0.79 0.44 0 0.06
HSL 213.65º 0.86% 0.57% -
HSV(B) 213.65º 0.79% 0.94% -
XYZ 25.28 23.69 84.9 -
YUV 120.27 195 77.88 -
System Red Green Blue C M Y K H S L
Decimal 50 133 239 0.79 0.44 0 0.06 213.65 0.86 0.57
Hex 32 85 EF 4F 2C 0 6 D6 56 39
Octal 62 205 357 117 54 0 6 326 126 71
Binary 110010 10000101 11101111 1001111 101100 0 110 11010110 1010110 111001

Color Harmonies of #3285EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285EF

Black with #3285EF

Text Example


Text Example

White with #3285EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3285EF; }

 p { color: rgb(50,133,239); }

 H1.HeaderClassName
 {
   color: #3285EF;
 }
 .AnyTagClassName
 {
   color: #3285EF;
 }
</style>

background-color css

<style>
 a { background-color: #3285EF; }

 a { background-color: rgb(50,133,239); }

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

border-color css

<style>
 span { border-color: #3285EF; }

 span { border-color: rgb(50,133,239); }

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