#248CFB

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

Shades of Dodger Blue #248CFB

Tints of Dodger Blue #248CFB

Color information

#248CFB (or 0x248CFB) is unknown color: approx Dodger Blue. HEX triplet: 24, 8C and FB. RGB value is (36,140,251). Sum of RGB (Red+Green+Blue) = 36+140+251=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #248CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CFB is #DB7304. Grayscale: #797979. Windows color (decimal): -14381829 or 16485412. OLE color: 16485412.

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

Color convert

RGB36140251-
CMYK0.860.4400.02
HSL210.98º96.41%56.27%-
HSV(B)210.98º85.66%98.43%-
XYZ27.5226.194.85-
YUV121.56201.0466.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.43%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=8.43%
G=32.79%
B=58.78%

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
Decimal361402510.860.4400.02210.9896.4156.27
Hex248CFB562C02d36038
Octal44214373126540232314070
Binary10010010001100111110111010110101100010110100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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