Html Css Color HEX #148FDF Dodger Blue

📋 copy color: '#148FDF'

red 20 ◦ green 143 ◦ blue 223

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

Shades of Dodger Blue #148FDF

Tints of Dodger Blue #148FDF

RGB

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

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

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

R = 5.18%
G = 37.05%
B = 57.77%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#148FDF (or 0x148FDF) is known color: Dodger Blue. HEX triplet: 14, 8F and DF. RGB value is (20,143,223). Sum of RGB (Red+Green+Blue) = 20+143+223=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #148FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FDF is #EB7020. Grayscale: #727272. Windows color (decimal): -15429665 or 14651156. OLE color: 14651156.

HSL color Cylindrical-coordinate representation of color #148FDF: hue angle of 203.65º 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 #148FDF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 143 223 -
CMYK 0.91 0.36 0 0.13
HSL 203.65º 0.84% 0.48% -
HSV(B) 203.65º 0.91% 0.87% -
XYZ 23.43 25.12 73.43 -
YUV 115.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 20 143 223 0.91 0.36 0 0.13 203.65 0.84 0.48
Hex 14 8F DF 5B 24 0 D CC 54 30
Octal 24 217 337 133 44 0 15 314 124 60
Binary 10100 10001111 11011111 1011011 100100 0 1101 11001100 1010100 110000

Color Harmonies of #148FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FDF

Black with #148FDF

Text Example


Text Example

White with #148FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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