Html Css Color HEX #248CFC Dodger Blue

📋 copy color: '#248CFC'

red 36 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #248CFC

Tints of Dodger Blue #248CFC

RGB

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

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

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

R = 8.41%
G = 32.71%
B = 58.88%

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

#248CFC (or 0x248CFC) is known color: Dodger Blue. HEX triplet: 24, 8C and FC. RGB value is (36,140,252). Sum of RGB (Red+Green+Blue) = 36+140+252=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #248CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CFC is #DB7303. Grayscale: #797979. Windows color (decimal): -14381828 or 16550948. OLE color: 16550948.

HSL color Cylindrical-coordinate representation of color #248CFC: hue angle of 211.11º 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 #248CFC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 140 252 -
CMYK 0.86 0.44 0 0.01
HSL 211.11º 0.97% 0.56% -
HSV(B) 211.11º 0.86% 0.99% -
XYZ 27.68 26.16 95.69 -
YUV 121.67 201.54 66.89 -
System Red Green Blue C M Y K H S L
Decimal 36 140 252 0.86 0.44 0 0.01 211.11 0.97 0.56
Hex 24 8C FC 56 2C 0 1 D3 61 38
Octal 44 214 374 126 54 0 1 323 141 70
Binary 100100 10001100 11111100 1010110 101100 0 1 11010011 1100001 111000

Color Harmonies of #248CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CFC

Black with #248CFC

Text Example


Text Example

White with #248CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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