Html Css Color HEX #148FFF Dodger Blue

📋 copy color: '#148FFF'

red 20 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #148FFF

Tints of Dodger Blue #148FFF

RGB

 RED value IS 20 (8.2% from 255) = 4.78%

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

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

R = 4.78%
G = 34.21%
B = 61%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#148FFF (or 0x148FFF) is known color: Dodger Blue. HEX triplet: 14, 8F and FF. RGB value is (20,143,255). Sum of RGB (Red+Green+Blue) = 20+143+255=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #148FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148FFF is #EB7000. Grayscale: #767676. Windows color (decimal): -15429633 or 16748308. OLE color: 16748308.

HSL color Cylindrical-coordinate representation of color #148FFF: hue angle of 208.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148FFF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 143 255 -
CMYK 0.92 0.44 0 0
HSL 208.6º 1% 0.54% -
HSV(B) 208.6º 0.92% 1% -
XYZ 28.16 27.01 98.34 -
YUV 118.99 204.75 57.39 -
System Red Green Blue C M Y K H S L
Decimal 20 143 255 0.92 0.44 0 0 208.6 1 0.54
Hex 14 8F FF 5C 2C 0 0 D1 64 36
Octal 24 217 377 134 54 0 0 321 144 66
Binary 10100 10001111 11111111 1011100 101100 0 0 11010001 1100100 110110

Color Harmonies of #148FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FFF

Black with #148FFF

Text Example


Text Example

White with #148FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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