Html Css Color HEX #3078FD Dodger Blue

📋 copy color: '#3078FD'

red 48 ◦ green 120 ◦ blue 253

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

Shades of Dodger Blue #3078FD

Tints of Dodger Blue #3078FD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 11.4%
G = 28.5%
B = 60.1%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3078FD (or 0x3078FD) is known color: Dodger Blue. HEX triplet: 30, 78 and FD. RGB value is (48,120,253). Sum of RGB (Red+Green+Blue) = 48+120+253=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #3078FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3078FD is #CF8702. Grayscale: #717171. Windows color (decimal): -13600515 or 16611376. OLE color: 16611376.

HSL color Cylindrical-coordinate representation of color #3078FD: hue angle of 218.93º 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 #3078FD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 120 253 -
CMYK 0.81 0.53 0 0.01
HSL 218.93º 0.98% 0.59% -
HSV(B) 218.93º 0.81% 0.99% -
XYZ 25.67 21.15 95.66 -
YUV 113.63 206.65 81.19 -
System Red Green Blue C M Y K H S L
Decimal 48 120 253 0.81 0.53 0 0.01 218.93 0.98 0.59
Hex 30 78 FD 51 35 0 1 DB 62 3B
Octal 60 170 375 121 65 0 1 333 142 73
Binary 110000 1111000 11111101 1010001 110101 0 1 11011011 1100010 111011

Color Harmonies of #3078FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078FD

Black with #3078FD

Text Example


Text Example

White with #3078FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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