Html Css Color HEX #3085FD Dodger Blue

📋 copy color: '#3085FD'

red 48 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #3085FD

Tints of Dodger Blue #3085FD

RGB

 RED value IS 48 (19.14% from 255) = 11.06%

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

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

R = 11.06%
G = 30.65%
B = 58.29%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3085FD (or 0x3085FD) is known color: Dodger Blue. HEX triplet: 30, 85 and FD. RGB value is (48,133,253). Sum of RGB (Red+Green+Blue) = 48+133+253=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #3085FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3085FD is #CF7A02. Grayscale: #787878. Windows color (decimal): -13597187 or 16614704. OLE color: 16614704.

HSL color Cylindrical-coordinate representation of color #3085FD: hue angle of 215.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3085FD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 133 253 -
CMYK 0.81 0.47 0 0.01
HSL 215.12º 0.98% 0.59% -
HSV(B) 215.12º 0.81% 0.99% -
XYZ 27.34 24.5 96.22 -
YUV 121.27 202.34 75.74 -
System Red Green Blue C M Y K H S L
Decimal 48 133 253 0.81 0.47 0 0.01 215.12 0.98 0.59
Hex 30 85 FD 51 2F 0 1 D7 62 3B
Octal 60 205 375 121 57 0 1 327 142 73
Binary 110000 10000101 11111101 1010001 101111 0 1 11010111 1100010 111011

Color Harmonies of #3085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085FD

Black with #3085FD

Text Example


Text Example

White with #3085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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