#307CF3

Color #307CF3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #307CF3

Tints of Dodger Blue #307CF3

Color information

#307CF3 (or 0x307CF3) is unknown color: approx Dodger Blue. HEX triplet: 30, 7C and F3. RGB value is (48,124,243). Sum of RGB (Red+Green+Blue) = 48+124+243=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #307CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CF3 is #CF830C. Grayscale: #727272. Windows color (decimal): -13599501 or 15957040. OLE color: 15957040.

HSL color Cylindrical-coordinate representation of color #307CF3: hue angle of 216.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307CF3 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48124243-
CMYK0.800.4900.05
HSL216.62º89.04%57.06%-
HSV(B)216.62º80.25%95.29%-
XYZ24.621.5187.65-
YUV114.84200.3280.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.57%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 243 (95.31% from 255) = 58.55%
R=11.57%
G=29.88%
B=58.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481242430.800.4900.05216.6289.0457.06
Hex307CF3503105d95939
Octal60174363120610533113171
Binary11000011111001111001110100001100010101110110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307CF3; }

 p { color: rgb(48,124,243); }

 H1.HeaderClassName
 {
   color: #307CF3;
 }
 .AnyTagClassName
 {
   color: #307CF3;
 }
</style>
background-color css

<style>
 a { background-color: #307CF3; }

 a { background-color: rgb(48,124,243); }

 div.DivClassName
 {
   background-color: #307CF3;
 }
 .BgClassName
 {
   background-color: #307CF3;
 }
</style>
border-color css

<style>
 span { border-color: #307CF3; }

 span { border-color: rgb(48,124,243); }

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