Html Css Color HEX #3094EE Dodger Blue

📋 copy color: '#3094EE'

red 48 ◦ green 148 ◦ blue 238

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

Shades of Dodger Blue #3094EE

Tints of Dodger Blue #3094EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 11.06%
G = 34.1%
B = 54.84%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3094EE (or 0x3094EE) is known color: Dodger Blue. HEX triplet: 30, 94 and EE. RGB value is (48,148,238). Sum of RGB (Red+Green+Blue) = 48+148+238=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #3094EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3094EE is #CF6B11. Grayscale: #7F7F7F. Windows color (decimal): -13593362 or 15635504. OLE color: 15635504.

HSL color Cylindrical-coordinate representation of color #3094EE: hue angle of 208.42º degrees, saturation: 0.85, 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 #3094EE is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 148 238 -
CMYK 0.80 0.38 0 0.07
HSL 208.42º 0.85% 0.56% -
HSV(B) 208.42º 0.8% 0.93% -
XYZ 27.24 27.98 84.85 -
YUV 128.36 189.87 70.68 -
System Red Green Blue C M Y K H S L
Decimal 48 148 238 0.80 0.38 0 0.07 208.42 0.85 0.56
Hex 30 94 EE 50 26 0 7 D0 55 38
Octal 60 224 356 120 46 0 7 320 125 70
Binary 110000 10010100 11101110 1010000 100110 0 111 11010000 1010101 111000

Color Harmonies of #3094EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3094EE

Black with #3094EE

Text Example


Text Example

White with #3094EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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