Html Css Color HEX #3285ED Dodger Blue

📋 copy color: '#3285ED'

red 50 ◦ green 133 ◦ blue 237

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

Shades of Dodger Blue #3285ED

Tints of Dodger Blue #3285ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 11.9%
G = 31.67%
B = 56.43%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3285ED (or 0x3285ED) is known color: Dodger Blue. HEX triplet: 32, 85 and ED. RGB value is (50,133,237). Sum of RGB (Red+Green+Blue) = 50+133+237=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #3285ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3285ED is #CD7A12. Grayscale: #777777. Windows color (decimal): -13466131 or 15566130. OLE color: 15566130.

HSL color Cylindrical-coordinate representation of color #3285ED: hue angle of 213.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3285ED is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 133 237 -
CMYK 0.79 0.44 0 0.07
HSL 213.37º 0.84% 0.56% -
HSV(B) 213.37º 0.79% 0.93% -
XYZ 24.99 23.57 83.35 -
YUV 120.04 194 78.04 -
System Red Green Blue C M Y K H S L
Decimal 50 133 237 0.79 0.44 0 0.07 213.37 0.84 0.56
Hex 32 85 ED 4F 2C 0 7 D5 54 38
Octal 62 205 355 117 54 0 7 325 124 70
Binary 110010 10000101 11101101 1001111 101100 0 111 11010101 1010100 111000

Color Harmonies of #3285ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3285ED

Black with #3285ED

Text Example


Text Example

White with #3285ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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