#309AEB

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

Shades of Dodger Blue #309AEB

Tints of Dodger Blue #309AEB

Color information

#309AEB (or 0x309AEB) is unknown color: approx Dodger Blue. HEX triplet: 30, 9A and EB. RGB value is (48,154,235). Sum of RGB (Red+Green+Blue) = 48+154+235=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #309AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309AEB is #CF6514. Grayscale: #838383. Windows color (decimal): -13591829 or 15440432. OLE color: 15440432.

HSL color Cylindrical-coordinate representation of color #309AEB: hue angle of 205.99º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309AEB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB48154235-
CMYK0.800.3400.08
HSL205.99º82.38%55.49%-
HSV(B)205.99º79.57%92.16%-
XYZ27.7729.7482.87-
YUV131.54186.3868.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.98%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 235 (92.19% from 255) = 53.78%
R=10.98%
G=35.24%
B=53.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal481542350.800.3400.08205.9982.3855.49
Hex309AEB502208ce5237
Octal602323531204201031612267
Binary1100001001101011101011101000010001001000110011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309AEB; }

 p { color: rgb(48,154,235); }

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

<style>
 a { background-color: #309AEB; }

 a { background-color: rgb(48,154,235); }

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

<style>
 span { border-color: #309AEB; }

 span { border-color: rgb(48,154,235); }

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