Html Css Color HEX #248FFF Dodger Blue

📋 copy color: '#248FFF'

red 36 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #248FFF

Tints of Dodger Blue #248FFF

RGB

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

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

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

R = 8.29%
G = 32.95%
B = 58.76%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#248FFF (or 0x248FFF) is known color: Dodger Blue. HEX triplet: 24, 8F and FF. RGB value is (36,143,255). Sum of RGB (Red+Green+Blue) = 36+143+255=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #248FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FFF is #DB7000. Grayscale: #7B7B7B. Windows color (decimal): -14381057 or 16748324. OLE color: 16748324.

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

Color convert

RGB 36 143 255 -
CMYK 0.86 0.44 0 0
HSL 210.68º 1% 0.57% -
HSV(B) 210.68º 0.86% 1% -
XYZ 28.6 27.24 98.36 -
YUV 123.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 36 143 255 0.86 0.44 0 0 210.68 1 0.57
Hex 24 8F FF 56 2C 0 0 D3 64 39
Octal 44 217 377 126 54 0 0 323 144 71
Binary 100100 10001111 11111111 1010110 101100 0 0 11010011 1100100 111001

Color Harmonies of #248FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FFF

Black with #248FFF

Text Example


Text Example

White with #248FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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