#248BFB

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

Shades of Dodger Blue #248BFB

Tints of Dodger Blue #248BFB

Color information

#248BFB (or 0x248BFB) is unknown color: approx Dodger Blue. HEX triplet: 24, 8B and FB. RGB value is (36,139,251). Sum of RGB (Red+Green+Blue) = 36+139+251=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #248BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFB is #DB7404. Grayscale: #787878. Windows color (decimal): -14382085 or 16485156. OLE color: 16485156.

HSL color Cylindrical-coordinate representation of color #248BFB: hue angle of 211.26º degrees, saturation: 0.96, 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 #248BFB is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36139251-
CMYK0.860.4500.02
HSL211.26º96.41%56.27%-
HSV(B)211.26º85.66%98.43%-
XYZ27.3725.8194.81-
YUV120.97201.3867.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.45%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 251 (98.44% from 255) = 58.92%
R=8.45%
G=32.63%
B=58.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal361392510.860.4500.02211.2696.4156.27
Hex248BFB562D02d36038
Octal44213373126550232314070
Binary10010010001011111110111010110101101010110100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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