Html Css Color HEX #248BE1 Dodger Blue

📋 copy color: '#248BE1'

red 36 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #248BE1

Tints of Dodger Blue #248BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 9%
G = 34.75%
B = 56.25%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#248BE1 (or 0x248BE1) is known color: Dodger Blue. HEX triplet: 24, 8B and E1. RGB value is (36,139,225). Sum of RGB (Red+Green+Blue) = 36+139+225=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #248BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BE1 is #DB741E. Grayscale: #757575. Windows color (decimal): -14382111 or 14781220. OLE color: 14781220.

HSL color Cylindrical-coordinate representation of color #248BE1: hue angle of 207.3º degrees, saturation: 0.76, 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 #248BE1 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 139 225 -
CMYK 0.84 0.38 0 0.12
HSL 207.3º 0.76% 0.51% -
HSV(B) 207.3º 0.84% 0.88% -
XYZ 23.55 24.28 74.68 -
YUV 118.01 188.38 69.51 -
System Red Green Blue C M Y K H S L
Decimal 36 139 225 0.84 0.38 0 0.12 207.3 0.76 0.51
Hex 24 8B E1 54 26 0 C CF 4C 33
Octal 44 213 341 124 46 0 14 317 114 63
Binary 100100 10001011 11100001 1010100 100110 0 1100 11001111 1001100 110011

Color Harmonies of #248BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BE1

Black with #248BE1

Text Example


Text Example

White with #248BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,225); }

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

background-color css

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

 a { background-color: rgb(36,139,225); }

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

border-color css

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

 span { border-color: rgb(36,139,225); }

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