Html Css Color HEX #3099EE Dodger Blue

📋 copy color: '#3099EE'

red 48 ◦ green 153 ◦ blue 238

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

Shades of Dodger Blue #3099EE

Tints of Dodger Blue #3099EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

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

R = 10.93%
G = 34.85%
B = 54.21%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3099EE (or 0x3099EE) is known color: Dodger Blue. HEX triplet: 30, 99 and EE. RGB value is (48,153,238). Sum of RGB (Red+Green+Blue) = 48+153+238=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #3099EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3099EE is #CF6611. Grayscale: #828282. Windows color (decimal): -13592082 or 15636784. OLE color: 15636784.

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

Color convert

RGB 48 153 238 -
CMYK 0.80 0.36 0 0.07
HSL 206.84º 0.85% 0.56% -
HSV(B) 206.84º 0.8% 0.93% -
XYZ 28.04 29.58 85.12 -
YUV 131.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 48 153 238 0.80 0.36 0 0.07 206.84 0.85 0.56
Hex 30 99 EE 50 24 0 7 CF 55 38
Octal 60 231 356 120 44 0 7 317 125 70
Binary 110000 10011001 11101110 1010000 100100 0 111 11001111 1010101 111000

Color Harmonies of #3099EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3099EE

Black with #3099EE

Text Example


Text Example

White with #3099EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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