Html Css Color HEX #248CFD Dodger Blue

📋 copy color: '#248CFD'

red 36 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #248CFD

Tints of Dodger Blue #248CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 8.39%
G = 32.63%
B = 58.97%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248CFD (or 0x248CFD) is known color: Dodger Blue. HEX triplet: 24, 8C and FD. RGB value is (36,140,253). Sum of RGB (Red+Green+Blue) = 36+140+253=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #248CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CFD is #DB7302. Grayscale: #797979. Windows color (decimal): -14381827 or 16616484. OLE color: 16616484.

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

Color convert

RGB 36 140 253 -
CMYK 0.86 0.45 0 0.01
HSL 211.24º 0.98% 0.57% -
HSV(B) 211.24º 0.86% 0.99% -
XYZ 27.84 26.22 96.52 -
YUV 121.79 202.04 66.81 -
System Red Green Blue C M Y K H S L
Decimal 36 140 253 0.86 0.45 0 0.01 211.24 0.98 0.57
Hex 24 8C FD 56 2D 0 1 D3 62 39
Octal 44 214 375 126 55 0 1 323 142 71
Binary 100100 10001100 11111101 1010110 101101 0 1 11010011 1100010 111001

Color Harmonies of #248CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CFD

Black with #248CFD

Text Example


Text Example

White with #248CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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