Html Css Color HEX #248BE7 Dodger Blue

📋 copy color: '#248BE7'

red 36 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #248BE7

Tints of Dodger Blue #248BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.9%

R = 8.87%
G = 34.24%
B = 56.9%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#248BE7 (or 0x248BE7) is known color: Dodger Blue. HEX triplet: 24, 8B and E7. RGB value is (36,139,231). Sum of RGB (Red+Green+Blue) = 36+139+231=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #248BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BE7 is #DB7418. Grayscale: #767676. Windows color (decimal): -14382105 or 15174436. OLE color: 15174436.

HSL color Cylindrical-coordinate representation of color #248BE7: hue angle of 208.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248BE7 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 139 231 -
CMYK 0.84 0.40 0 0.09
HSL 208.31º 0.8% 0.52% -
HSV(B) 208.31º 0.84% 0.91% -
XYZ 24.38 24.61 79.07 -
YUV 118.69 191.38 69.02 -
System Red Green Blue C M Y K H S L
Decimal 36 139 231 0.84 0.40 0 0.09 208.31 0.8 0.52
Hex 24 8B E7 54 28 0 9 D0 50 34
Octal 44 213 347 124 50 0 11 320 120 64
Binary 100100 10001011 11100111 1010100 101000 0 1001 11010000 1010000 110100

Color Harmonies of #248BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BE7

Black with #248BE7

Text Example


Text Example

White with #248BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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