Html Css Color HEX #248FE0 Dodger Blue

📋 copy color: '#248FE0'

red 36 ◦ green 143 ◦ blue 224

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

Shades of Dodger Blue #248FE0

Tints of Dodger Blue #248FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 8.93%
G = 35.48%
B = 55.58%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#248FE0 (or 0x248FE0) is known color: Dodger Blue. HEX triplet: 24, 8F and E0. RGB value is (36,143,224). Sum of RGB (Red+Green+Blue) = 36+143+224=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #248FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FE0 is #DB701F. Grayscale: #777777. Windows color (decimal): -14381088 or 14716708. OLE color: 14716708.

HSL color Cylindrical-coordinate representation of color #248FE0: hue angle of 205.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248FE0 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 143 224 -
CMYK 0.84 0.36 0 0.12
HSL 205.85º 0.75% 0.51% -
HSV(B) 205.85º 0.84% 0.88% -
XYZ 24 25.4 74.16 -
YUV 120.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 36 143 224 0.84 0.36 0 0.12 205.85 0.75 0.51
Hex 24 8F E0 54 24 0 C CE 4B 33
Octal 44 217 340 124 44 0 14 316 113 63
Binary 100100 10001111 11100000 1010100 100100 0 1100 11001110 1001011 110011

Color Harmonies of #248FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FE0

Black with #248FE0

Text Example


Text Example

White with #248FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,143,224); }

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

background-color css

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

 a { background-color: rgb(36,143,224); }

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

border-color css

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

 span { border-color: rgb(36,143,224); }

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