Html Css Color HEX #3096FC Dodger Blue

📋 copy color: '#3096FC'

red 48 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #3096FC

Tints of Dodger Blue #3096FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 10.67%
G = 33.33%
B = 56%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3096FC (or 0x3096FC) is known color: Dodger Blue. HEX triplet: 30, 96 and FC. RGB value is (48,150,252). Sum of RGB (Red+Green+Blue) = 48+150+252=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #3096FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3096FC is #CF6903. Grayscale: #828282. Windows color (decimal): -13592836 or 16553520. OLE color: 16553520.

HSL color Cylindrical-coordinate representation of color #3096FC: hue angle of 210º degrees, saturation: 0.97, 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 #3096FC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 150 252 -
CMYK 0.81 0.40 0 0.01
HSL 210º 0.97% 0.59% -
HSV(B) 210º 0.81% 0.99% -
XYZ 29.7 29.47 96.22 -
YUV 131.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 48 150 252 0.81 0.40 0 0.01 210 0.97 0.59
Hex 30 96 FC 51 28 0 1 D2 61 3B
Octal 60 226 374 121 50 0 1 322 141 73
Binary 110000 10010110 11111100 1010001 101000 0 1 11010010 1100001 111011

Color Harmonies of #3096FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3096FC

Black with #3096FC

Text Example


Text Example

White with #3096FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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