Html Css Color HEX #248FE2 Dodger Blue

📋 copy color: '#248FE2'

red 36 ◦ green 143 ◦ blue 226

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

Shades of Dodger Blue #248FE2

Tints of Dodger Blue #248FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.8%

R = 8.89%
G = 35.31%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#248FE2 (or 0x248FE2) is known color: Dodger Blue. HEX triplet: 24, 8F and E2. RGB value is (36,143,226). Sum of RGB (Red+Green+Blue) = 36+143+226=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #248FE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FE2 is #DB701D. Grayscale: #787878. Windows color (decimal): -14381086 or 14847780. OLE color: 14847780.

HSL color Cylindrical-coordinate representation of color #248FE2: hue angle of 206.21º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248FE2 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 143 226 -
CMYK 0.84 0.37 0 0.11
HSL 206.21º 0.77% 0.51% -
HSV(B) 206.21º 0.84% 0.89% -
XYZ 24.28 25.51 75.6 -
YUV 120.47 187.55 67.75 -
System Red Green Blue C M Y K H S L
Decimal 36 143 226 0.84 0.37 0 0.11 206.21 0.77 0.51
Hex 24 8F E2 54 25 0 B CE 4D 33
Octal 44 217 342 124 45 0 13 316 115 63
Binary 100100 10001111 11100010 1010100 100101 0 1011 11001110 1001101 110011

Color Harmonies of #248FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FE2

Black with #248FE2

Text Example


Text Example

White with #248FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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