Html Css Color HEX #148DDF Dodger Blue

📋 copy color: '#148DDF'

red 20 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #148DDF

Tints of Dodger Blue #148DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 5.21%
G = 36.72%
B = 58.07%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#148DDF (or 0x148DDF) is known color: Dodger Blue. HEX triplet: 14, 8D and DF. RGB value is (20,141,223). Sum of RGB (Red+Green+Blue) = 20+141+223=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #148DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DDF is #EB7220. Grayscale: #717171. Windows color (decimal): -15430177 or 14650644. OLE color: 14650644.

HSL color Cylindrical-coordinate representation of color #148DDF: hue angle of 204.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148DDF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 141 223 -
CMYK 0.91 0.37 0 0.13
HSL 204.24º 0.84% 0.48% -
HSV(B) 204.24º 0.91% 0.87% -
XYZ 23.13 24.53 73.33 -
YUV 114.17 189.41 60.83 -
System Red Green Blue C M Y K H S L
Decimal 20 141 223 0.91 0.37 0 0.13 204.24 0.84 0.48
Hex 14 8D DF 5B 25 0 D CC 54 30
Octal 24 215 337 133 45 0 15 314 124 60
Binary 10100 10001101 11011111 1011011 100101 0 1101 11001100 1010100 110000

Color Harmonies of #148DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DDF

Black with #148DDF

Text Example


Text Example

White with #148DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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