Html Css Color HEX #248FEB Dodger Blue

📋 copy color: '#248FEB'

red 36 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #248FEB

Tints of Dodger Blue #248FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 8.7%
G = 34.54%
B = 56.76%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#248FEB (or 0x248FEB) is known color: Dodger Blue. HEX triplet: 24, 8F and EB. RGB value is (36,143,235). Sum of RGB (Red+Green+Blue) = 36+143+235=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #248FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FEB is #DB7014. Grayscale: #797979. Windows color (decimal): -14381077 or 15437604. OLE color: 15437604.

HSL color Cylindrical-coordinate representation of color #248FEB: hue angle of 207.74º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248FEB is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 143 235 -
CMYK 0.85 0.39 0 0.08
HSL 207.74º 0.83% 0.53% -
HSV(B) 207.74º 0.85% 0.92% -
XYZ 25.55 26.02 82.27 -
YUV 121.5 192.05 67.02 -
System Red Green Blue C M Y K H S L
Decimal 36 143 235 0.85 0.39 0 0.08 207.74 0.83 0.53
Hex 24 8F EB 55 27 0 8 D0 53 35
Octal 44 217 353 125 47 0 10 320 123 65
Binary 100100 10001111 11101011 1010101 100111 0 1000 11010000 1010011 110101

Color Harmonies of #248FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FEB

Black with #248FEB

Text Example


Text Example

White with #248FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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