Html Css Color HEX #148BDC Dodger Blue

📋 copy color: '#148BDC'

red 20 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #148BDC

Tints of Dodger Blue #148BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 5.28%
G = 36.68%
B = 58.05%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#148BDC (or 0x148BDC) is known color: Dodger Blue. HEX triplet: 14, 8B and DC. RGB value is (20,139,220). Sum of RGB (Red+Green+Blue) = 20+139+220=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #148BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDC is #EB7423. Grayscale: #707070. Windows color (decimal): -15430692 or 14453524. OLE color: 14453524.

HSL color Cylindrical-coordinate representation of color #148BDC: hue angle of 204.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 139 220 -
CMYK 0.91 0.37 0 0.14
HSL 204.3º 0.83% 0.47% -
HSV(B) 204.3º 0.91% 0.86% -
XYZ 22.44 23.78 71.12 -
YUV 112.65 188.58 61.91 -
System Red Green Blue C M Y K H S L
Decimal 20 139 220 0.91 0.37 0 0.14 204.3 0.83 0.47
Hex 14 8B DC 5B 25 0 E CC 53 2F
Octal 24 213 334 133 45 0 16 314 123 57
Binary 10100 10001011 11011100 1011011 100101 0 1110 11001100 1010011 101111

Color Harmonies of #148BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BDC

Black with #148BDC

Text Example


Text Example

White with #148BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,220); }

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

background-color css

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

 a { background-color: rgb(20,139,220); }

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

border-color css

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

 span { border-color: rgb(20,139,220); }

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