Html Css Color HEX #248CEC Dodger Blue

📋 copy color: '#248CEC'

red 36 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #248CEC

Tints of Dodger Blue #248CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.28%

R = 8.74%
G = 33.98%
B = 57.28%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#248CEC (or 0x248CEC) is known color: Dodger Blue. HEX triplet: 24, 8C and EC. RGB value is (36,140,236). Sum of RGB (Red+Green+Blue) = 36+140+236=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #248CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CEC is #DB7313. Grayscale: #777777. Windows color (decimal): -14381844 or 15502372. OLE color: 15502372.

HSL color Cylindrical-coordinate representation of color #248CEC: hue angle of 208.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248CEC is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 140 236 -
CMYK 0.85 0.41 0 0.07
HSL 208.8º 0.84% 0.53% -
HSV(B) 208.8º 0.85% 0.93% -
XYZ 25.25 25.19 82.89 -
YUV 119.85 193.54 68.19 -
System Red Green Blue C M Y K H S L
Decimal 36 140 236 0.85 0.41 0 0.07 208.8 0.84 0.53
Hex 24 8C EC 55 29 0 7 D1 54 35
Octal 44 214 354 125 51 0 7 321 124 65
Binary 100100 10001100 11101100 1010101 101001 0 111 11010001 1010100 110101

Color Harmonies of #248CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CEC

Black with #248CEC

Text Example


Text Example

White with #248CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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