Html Css Color HEX #248EF3 Dodger Blue

📋 copy color: '#248EF3'

red 36 ◦ green 142 ◦ blue 243

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

Shades of Dodger Blue #248EF3

Tints of Dodger Blue #248EF3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 243 (95.31% from 255) = 57.72%

R = 8.55%
G = 33.73%
B = 57.72%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#248EF3 (or 0x248EF3) is known color: Dodger Blue. HEX triplet: 24, 8E and F3. RGB value is (36,142,243). Sum of RGB (Red+Green+Blue) = 36+142+243=421 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.55% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #248EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248EF3 is #DB710C. Grayscale: #797979. Windows color (decimal): -14381325 or 15961636. OLE color: 15961636.

HSL color Cylindrical-coordinate representation of color #248EF3: hue angle of 209.28º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248EF3 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 142 243 -
CMYK 0.85 0.42 0 0.05
HSL 209.28º 0.9% 0.55% -
HSV(B) 209.28º 0.85% 0.95% -
XYZ 26.58 26.19 88.45 -
YUV 121.82 196.38 66.79 -
System Red Green Blue C M Y K H S L
Decimal 36 142 243 0.85 0.42 0 0.05 209.28 0.9 0.55
Hex 24 8E F3 55 2A 0 5 D1 5A 37
Octal 44 216 363 125 52 0 5 321 132 67
Binary 100100 10001110 11110011 1010101 101010 0 101 11010001 1011010 110111

Color Harmonies of #248EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EF3

Black with #248EF3

Text Example


Text Example

White with #248EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,142,243); }

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

background-color css

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

 a { background-color: rgb(36,142,243); }

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

border-color css

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

 span { border-color: rgb(36,142,243); }

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