#307FF6

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

Shades of Dodger Blue #307FF6

Tints of Dodger Blue #307FF6

Color information

#307FF6 (or 0x307FF6) is unknown color: approx Dodger Blue. HEX triplet: 30, 7F and F6. RGB value is (48,127,246). Sum of RGB (Red+Green+Blue) = 48+127+246=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #307FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FF6 is #CF8009. Grayscale: #747474. Windows color (decimal): -13598730 or 16154416. OLE color: 16154416.

HSL color Cylindrical-coordinate representation of color #307FF6: hue angle of 216.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307FF6 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB48127246-
CMYK0.800.4800.04
HSL216.06º91.67%57.65%-
HSV(B)216.06º80.49%96.47%-
XYZ25.4422.4690.18-
YUV116.94200.8378.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.40%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 246 (96.48% from 255) = 58.43%
R=11.40%
G=30.17%
B=58.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal481272460.800.4800.04216.0691.6757.65
Hex307FF6503004d85c3a
Octal60177366120600433013472
Binary11000011111111111011010100001100000100110110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,127,246); }

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

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

 a { background-color: rgb(48,127,246); }

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

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

 span { border-color: rgb(48,127,246); }

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