Html Css Color HEX #248ADF Dodger Blue

📋 copy color: '#248ADF'

red 36 ◦ green 138 ◦ blue 223

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

Shades of Dodger Blue #248ADF

Tints of Dodger Blue #248ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 9.07%
G = 34.76%
B = 56.17%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#248ADF (or 0x248ADF) is known color: Dodger Blue. HEX triplet: 24, 8A and DF. RGB value is (36,138,223). Sum of RGB (Red+Green+Blue) = 36+138+223=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #248ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ADF is #DB7520. Grayscale: #747474. Windows color (decimal): -14382369 or 14649892. OLE color: 14649892.

HSL color Cylindrical-coordinate representation of color #248ADF: hue angle of 207.27º degrees, saturation: 0.75, 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 #248ADF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 138 223 -
CMYK 0.84 0.38 0 0.13
HSL 207.27º 0.75% 0.51% -
HSV(B) 207.27º 0.84% 0.87% -
XYZ 23.14 23.88 73.2 -
YUV 117.19 187.71 70.09 -
System Red Green Blue C M Y K H S L
Decimal 36 138 223 0.84 0.38 0 0.13 207.27 0.75 0.51
Hex 24 8A DF 54 26 0 D CF 4B 33
Octal 44 212 337 124 46 0 15 317 113 63
Binary 100100 10001010 11011111 1010100 100110 0 1101 11001111 1001011 110011

Color Harmonies of #248ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ADF

Black with #248ADF

Text Example


Text Example

White with #248ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,223); }

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

background-color css

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

 a { background-color: rgb(36,138,223); }

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

border-color css

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

 span { border-color: rgb(36,138,223); }

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