Html Css Color HEX #3096FB Dodger Blue

📋 copy color: '#3096FB'

red 48 ◦ green 150 ◦ blue 251

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

Shades of Dodger Blue #3096FB

Tints of Dodger Blue #3096FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 10.69%
G = 33.41%
B = 55.9%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3096FB (or 0x3096FB) is known color: Dodger Blue. HEX triplet: 30, 96 and FB. RGB value is (48,150,251). Sum of RGB (Red+Green+Blue) = 48+150+251=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #3096FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096FB is #CF6904. Grayscale: #828282. Windows color (decimal): -13592837 or 16487984. OLE color: 16487984.

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

Color convert

RGB 48 150 251 -
CMYK 0.81 0.40 0 0.02
HSL 209.85º 0.96% 0.59% -
HSV(B) 209.85º 0.81% 0.98% -
XYZ 29.54 29.41 95.39 -
YUV 131.02 195.71 68.79 -
System Red Green Blue C M Y K H S L
Decimal 48 150 251 0.81 0.40 0 0.02 209.85 0.96 0.59
Hex 30 96 FB 51 28 0 2 D2 60 3B
Octal 60 226 373 121 50 0 2 322 140 73
Binary 110000 10010110 11111011 1010001 101000 0 10 11010010 1100000 111011

Color Harmonies of #3096FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096FB

Black with #3096FB

Text Example


Text Example

White with #3096FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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