Html Css Color HEX #3094EC Dodger Blue

📋 copy color: '#3094EC'

red 48 ◦ green 148 ◦ blue 236

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

Shades of Dodger Blue #3094EC

Tints of Dodger Blue #3094EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 11.11%
G = 34.26%
B = 54.63%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3094EC (or 0x3094EC) is known color: Dodger Blue. HEX triplet: 30, 94 and EC. RGB value is (48,148,236). Sum of RGB (Red+Green+Blue) = 48+148+236=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #3094EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3094EC is #CF6B13. Grayscale: #7F7F7F. Windows color (decimal): -13593364 or 15504432. OLE color: 15504432.

HSL color Cylindrical-coordinate representation of color #3094EC: hue angle of 208.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3094EC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 148 236 -
CMYK 0.80 0.37 0 0.07
HSL 208.09º 0.83% 0.56% -
HSV(B) 208.09º 0.8% 0.93% -
XYZ 26.95 27.86 83.31 -
YUV 128.13 188.87 70.84 -
System Red Green Blue C M Y K H S L
Decimal 48 148 236 0.80 0.37 0 0.07 208.09 0.83 0.56
Hex 30 94 EC 50 25 0 7 D0 53 38
Octal 60 224 354 120 45 0 7 320 123 70
Binary 110000 10010100 11101100 1010000 100101 0 111 11010000 1010011 111000

Color Harmonies of #3094EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3094EC

Black with #3094EC

Text Example


Text Example

White with #3094EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3094EC; }

 p { color: rgb(48,148,236); }

 H1.HeaderClassName
 {
   color: #3094EC;
 }
 .AnyTagClassName
 {
   color: #3094EC;
 }
</style>

background-color css

<style>
 a { background-color: #3094EC; }

 a { background-color: rgb(48,148,236); }

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

border-color css

<style>
 span { border-color: #3094EC; }

 span { border-color: rgb(48,148,236); }

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