Html Css Color HEX #248DFC Dodger Blue

📋 copy color: '#248DFC'

red 36 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #248DFC

Tints of Dodger Blue #248DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 8.39%
G = 32.87%
B = 58.74%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248DFC (or 0x248DFC) is known color: Dodger Blue. HEX triplet: 24, 8D and FC. RGB value is (36,141,252). Sum of RGB (Red+Green+Blue) = 36+141+252=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #248DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248DFC is #DB7203. Grayscale: #797979. Windows color (decimal): -14381572 or 16551204. OLE color: 16551204.

HSL color Cylindrical-coordinate representation of color #248DFC: hue angle of 210.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248DFC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 141 252 -
CMYK 0.86 0.44 0 0.01
HSL 210.83º 0.97% 0.56% -
HSV(B) 210.83º 0.86% 0.99% -
XYZ 27.82 26.45 95.73 -
YUV 122.26 201.21 66.47 -
System Red Green Blue C M Y K H S L
Decimal 36 141 252 0.86 0.44 0 0.01 210.83 0.97 0.56
Hex 24 8D FC 56 2C 0 1 D3 61 38
Octal 44 215 374 126 54 0 1 323 141 70
Binary 100100 10001101 11111100 1010110 101100 0 1 11010011 1100001 111000

Color Harmonies of #248DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DFC

Black with #248DFC

Text Example


Text Example

White with #248DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,252); }

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

background-color css

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

 a { background-color: rgb(36,141,252); }

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

border-color css

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

 span { border-color: rgb(36,141,252); }

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