Html Css Color HEX #248BFF Dodger Blue

📋 copy color: '#248BFF'

red 36 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #248BFF

Tints of Dodger Blue #248BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 8.37%
G = 32.33%
B = 59.3%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#248BFF (or 0x248BFF) is known color: Dodger Blue. HEX triplet: 24, 8B and FF. RGB value is (36,139,255). Sum of RGB (Red+Green+Blue) = 36+139+255=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #248BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFF is #DB7400. Grayscale: #787878. Windows color (decimal): -14382081 or 16747300. OLE color: 16747300.

HSL color Cylindrical-coordinate representation of color #248BFF: hue angle of 211.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248BFF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 139 255 -
CMYK 0.86 0.45 0 0
HSL 211.78º 1% 0.57% -
HSV(B) 211.78º 0.86% 1% -
XYZ 28.01 26.06 98.16 -
YUV 121.43 203.38 67.07 -
System Red Green Blue C M Y K H S L
Decimal 36 139 255 0.86 0.45 0 0 211.78 1 0.57
Hex 24 8B FF 56 2D 0 0 D4 64 39
Octal 44 213 377 126 55 0 0 324 144 71
Binary 100100 10001011 11111111 1010110 101101 0 0 11010100 1100100 111001

Color Harmonies of #248BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BFF

Black with #248BFF

Text Example


Text Example

White with #248BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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