Html Css Color HEX #248BFD Dodger Blue

📋 copy color: '#248BFD'

red 36 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #248BFD

Tints of Dodger Blue #248BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 8.41%
G = 32.48%
B = 59.11%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248BFD (or 0x248BFD) is known color: Dodger Blue. HEX triplet: 24, 8B and FD. RGB value is (36,139,253). Sum of RGB (Red+Green+Blue) = 36+139+253=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #248BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BFD is #DB7402. Grayscale: #787878. Windows color (decimal): -14382083 or 16616228. OLE color: 16616228.

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

Color convert

RGB 36 139 253 -
CMYK 0.86 0.45 0 0.01
HSL 211.52º 0.98% 0.57% -
HSV(B) 211.52º 0.86% 0.99% -
XYZ 27.69 25.93 96.47 -
YUV 121.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 36 139 253 0.86 0.45 0 0.01 211.52 0.98 0.57
Hex 24 8B FD 56 2D 0 1 D4 62 39
Octal 44 213 375 126 55 0 1 324 142 71
Binary 100100 10001011 11111101 1010110 101101 0 1 11010100 1100010 111001

Color Harmonies of #248BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BFD

Black with #248BFD

Text Example


Text Example

White with #248BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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