Html Css Color HEX #248CDB Dodger Blue

📋 copy color: '#248CDB'

red 36 ◦ green 140 ◦ blue 219

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

Shades of Dodger Blue #248CDB

Tints of Dodger Blue #248CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 9.11%
G = 35.44%
B = 55.44%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#248CDB (or 0x248CDB) is known color: Dodger Blue. HEX triplet: 24, 8C and DB. RGB value is (36,140,219). Sum of RGB (Red+Green+Blue) = 36+140+219=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #248CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CDB is #DB7324. Grayscale: #757575. Windows color (decimal): -14381861 or 14388260. OLE color: 14388260.

HSL color Cylindrical-coordinate representation of color #248CDB: hue angle of 205.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248CDB is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 140 219 -
CMYK 0.84 0.36 0 0.14
HSL 205.9º 0.72% 0.5% -
HSV(B) 205.9º 0.84% 0.86% -
XYZ 22.89 24.25 70.49 -
YUV 117.91 185.04 69.58 -
System Red Green Blue C M Y K H S L
Decimal 36 140 219 0.84 0.36 0 0.14 205.9 0.72 0.5
Hex 24 8C DB 54 24 0 E CE 48 32
Octal 44 214 333 124 44 0 16 316 110 62
Binary 100100 10001100 11011011 1010100 100100 0 1110 11001110 1001000 110010

Color Harmonies of #248CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CDB

Black with #248CDB

Text Example


Text Example

White with #248CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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