Html Css Color HEX #3096FD Dodger Blue

📋 copy color: '#3096FD'

red 48 ◦ green 150 ◦ blue 253

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

Shades of Dodger Blue #3096FD

Tints of Dodger Blue #3096FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 10.64%
G = 33.26%
B = 56.1%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3096FD (or 0x3096FD) is known color: Dodger Blue. HEX triplet: 30, 96 and FD. RGB value is (48,150,253). Sum of RGB (Red+Green+Blue) = 48+150+253=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #3096FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096FD is #CF6902. Grayscale: #828282. Windows color (decimal): -13592835 or 16619056. OLE color: 16619056.

HSL color Cylindrical-coordinate representation of color #3096FD: hue angle of 210.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3096FD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 150 253 -
CMYK 0.81 0.41 0 0.01
HSL 210.15º 0.98% 0.59% -
HSV(B) 210.15º 0.81% 0.99% -
XYZ 29.85 29.53 97.06 -
YUV 131.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 48 150 253 0.81 0.41 0 0.01 210.15 0.98 0.59
Hex 30 96 FD 51 29 0 1 D2 62 3B
Octal 60 226 375 121 51 0 1 322 142 73
Binary 110000 10010110 11111101 1010001 101001 0 1 11010010 1100010 111011

Color Harmonies of #3096FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096FD

Black with #3096FD

Text Example


Text Example

White with #3096FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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