Html Css Color HEX #148DFF Dodger Blue

📋 copy color: '#148DFF'

red 20 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #148DFF

Tints of Dodger Blue #148DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 4.81%
G = 33.89%
B = 61.3%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#148DFF (or 0x148DFF) is known color: Dodger Blue. HEX triplet: 14, 8D and FF. RGB value is (20,141,255). Sum of RGB (Red+Green+Blue) = 20+141+255=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #148DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148DFF is #EB7200. Grayscale: #757575. Windows color (decimal): -15430145 or 16747796. OLE color: 16747796.

HSL color Cylindrical-coordinate representation of color #148DFF: hue angle of 209.11º 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 #148DFF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 141 255 -
CMYK 0.92 0.45 0 0
HSL 209.11º 1% 0.54% -
HSV(B) 209.11º 0.92% 1% -
XYZ 27.86 26.42 98.24 -
YUV 117.82 205.41 58.23 -
System Red Green Blue C M Y K H S L
Decimal 20 141 255 0.92 0.45 0 0 209.11 1 0.54
Hex 14 8D FF 5C 2D 0 0 D1 64 36
Octal 24 215 377 134 55 0 0 321 144 66
Binary 10100 10001101 11111111 1011100 101101 0 0 11010001 1100100 110110

Color Harmonies of #148DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DFF

Black with #148DFF

Text Example


Text Example

White with #148DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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