#248BF9

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

Shades of Dodger Blue #248BF9

Tints of Dodger Blue #248BF9

Color information

#248BF9 (or 0x248BF9) is unknown color: approx Dodger Blue. HEX triplet: 24, 8B and F9. RGB value is (36,139,249). Sum of RGB (Red+Green+Blue) = 36+139+249=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #248BF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BF9 is #DB7406. Grayscale: #787878. Windows color (decimal): -14382087 or 16354084. OLE color: 16354084.

HSL color Cylindrical-coordinate representation of color #248BF9: hue angle of 210.99º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248BF9 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36139249-
CMYK0.860.4400.02
HSL210.99º94.67%55.88%-
HSV(B)210.99º85.54%97.65%-
XYZ27.0625.6893.15-
YUV120.74200.3867.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.49%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 249 (97.66% from 255) = 58.73%
R=8.49%
G=32.78%
B=58.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal361392490.860.4400.02210.9994.6755.88
Hex248BF9562C02d35f38
Octal44213371126540232313770
Binary10010010001011111110011010110101100010110100111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248BF9; }

 p { color: rgb(36,139,249); }

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

<style>
 a { background-color: #248BF9; }

 a { background-color: rgb(36,139,249); }

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

<style>
 span { border-color: #248BF9; }

 span { border-color: rgb(36,139,249); }

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