Html Css Color HEX #248FFD Dodger Blue

📋 copy color: '#248FFD'

red 36 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #248FFD

Tints of Dodger Blue #248FFD

RGB

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

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

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

R = 8.33%
G = 33.1%
B = 58.56%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#248FFD (or 0x248FFD) is known color: Dodger Blue. HEX triplet: 24, 8F and FD. RGB value is (36,143,253). Sum of RGB (Red+Green+Blue) = 36+143+253=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #248FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FFD is #DB7002. Grayscale: #7A7A7A. Windows color (decimal): -14381059 or 16617252. OLE color: 16617252.

HSL color Cylindrical-coordinate representation of color #248FFD: hue angle of 210.41º 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 #248FFD is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 143 253 -
CMYK 0.86 0.43 0 0.01
HSL 210.41º 0.98% 0.57% -
HSV(B) 210.41º 0.86% 0.99% -
XYZ 28.28 27.11 96.67 -
YUV 123.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 36 143 253 0.86 0.43 0 0.01 210.41 0.98 0.57
Hex 24 8F FD 56 2B 0 1 D2 62 39
Octal 44 217 375 126 53 0 1 322 142 71
Binary 100100 10001111 11111101 1010110 101011 0 1 11010010 1100010 111001

Color Harmonies of #248FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FFD

Black with #248FFD

Text Example


Text Example

White with #248FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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