Html Css Color HEX #3096EE Dodger Blue

📋 copy color: '#3096EE'

red 48 ◦ green 150 ◦ blue 238

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

Shades of Dodger Blue #3096EE

Tints of Dodger Blue #3096EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

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

R = 11.01%
G = 34.4%
B = 54.59%

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

#3096EE (or 0x3096EE) is known color: Dodger Blue. HEX triplet: 30, 96 and EE. RGB value is (48,150,238). Sum of RGB (Red+Green+Blue) = 48+150+238=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #3096EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096EE is #CF6911. Grayscale: #818181. Windows color (decimal): -13592850 or 15636016. OLE color: 15636016.

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

Color convert

RGB 48 150 238 -
CMYK 0.80 0.37 0 0.07
HSL 207.79º 0.85% 0.56% -
HSV(B) 207.79º 0.8% 0.93% -
XYZ 27.56 28.61 84.96 -
YUV 129.53 189.21 69.84 -
System Red Green Blue C M Y K H S L
Decimal 48 150 238 0.80 0.37 0 0.07 207.79 0.85 0.56
Hex 30 96 EE 50 25 0 7 D0 55 38
Octal 60 226 356 120 45 0 7 320 125 70
Binary 110000 10010110 11101110 1010000 100101 0 111 11010000 1010101 111000

Color Harmonies of #3096EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096EE

Black with #3096EE

Text Example


Text Example

White with #3096EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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