Html Css Color HEX #248BDE Dodger Blue

📋 copy color: '#248BDE'

red 36 ◦ green 139 ◦ blue 222

#248BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #248BDE

Tints of Dodger Blue #248BDE

RGB

 RED value IS 36 (14.45% from 255) = 9.07%

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 9.07%
G = 35.01%
B = 55.92%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#248BDE (or 0x248BDE) is known color: Dodger Blue. HEX triplet: 24, 8B and DE. RGB value is (36,139,222). Sum of RGB (Red+Green+Blue) = 36+139+222=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #248BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BDE is #DB7421. Grayscale: #757575. Windows color (decimal): -14382114 or 14584612. OLE color: 14584612.

HSL color Cylindrical-coordinate representation of color #248BDE: hue angle of 206.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248BDE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 139 222 -
CMYK 0.84 0.37 0 0.13
HSL 206.77º 0.74% 0.51% -
HSV(B) 206.77º 0.84% 0.87% -
XYZ 23.14 24.11 72.54 -
YUV 117.67 186.88 69.75 -
System Red Green Blue C M Y K H S L
Decimal 36 139 222 0.84 0.37 0 0.13 206.77 0.74 0.51
Hex 24 8B DE 54 25 0 D CF 4A 33
Octal 44 213 336 124 45 0 15 317 112 63
Binary 100100 10001011 11011110 1010100 100101 0 1101 11001111 1001010 110011

Color Harmonies of #248BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BDE

Black with #248BDE

Text Example


Text Example

White with #248BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #248BDE;
 }
 .AnyTagClassName
 {
   color: #248BDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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