Html Css Color HEX #3096EC Dodger Blue

📋 copy color: '#3096EC'

red 48 ◦ green 150 ◦ blue 236

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

Shades of Dodger Blue #3096EC

Tints of Dodger Blue #3096EC

RGB

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

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

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

R = 11.06%
G = 34.56%
B = 54.38%

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

#3096EC (or 0x3096EC) is known color: Dodger Blue. HEX triplet: 30, 96 and EC. RGB value is (48,150,236). Sum of RGB (Red+Green+Blue) = 48+150+236=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #3096EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096EC is #CF6913. Grayscale: #808080. Windows color (decimal): -13592852 or 15504944. OLE color: 15504944.

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

Color convert

RGB 48 150 236 -
CMYK 0.80 0.36 0 0.07
HSL 207.45º 0.83% 0.56% -
HSV(B) 207.45º 0.8% 0.93% -
XYZ 27.27 28.5 83.42 -
YUV 129.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 48 150 236 0.80 0.36 0 0.07 207.45 0.83 0.56
Hex 30 96 EC 50 24 0 7 CF 53 38
Octal 60 226 354 120 44 0 7 317 123 70
Binary 110000 10010110 11101100 1010000 100100 0 111 11001111 1010011 111000

Color Harmonies of #3096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096EC

Black with #3096EC

Text Example


Text Example

White with #3096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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