Html Css Color HEX #148FE9 Dodger Blue

📋 copy color: '#148FE9'

red 20 ◦ green 143 ◦ blue 233

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

Shades of Dodger Blue #148FE9

Tints of Dodger Blue #148FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.84%

R = 5.05%
G = 36.11%
B = 58.84%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#148FE9 (or 0x148FE9) is known color: Dodger Blue. HEX triplet: 14, 8F and E9. RGB value is (20,143,233). Sum of RGB (Red+Green+Blue) = 20+143+233=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #148FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148FE9 is #EB7016. Grayscale: #737373. Windows color (decimal): -15429655 or 15306516. OLE color: 15306516.

HSL color Cylindrical-coordinate representation of color #148FE9: hue angle of 205.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148FE9 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 143 233 -
CMYK 0.91 0.39 0 0.09
HSL 205.35º 0.84% 0.5% -
HSV(B) 205.35º 0.91% 0.91% -
XYZ 24.82 25.68 80.74 -
YUV 116.48 193.75 59.18 -
System Red Green Blue C M Y K H S L
Decimal 20 143 233 0.91 0.39 0 0.09 205.35 0.84 0.5
Hex 14 8F E9 5B 27 0 9 CD 54 32
Octal 24 217 351 133 47 0 11 315 124 62
Binary 10100 10001111 11101001 1011011 100111 0 1001 11001101 1010100 110010

Color Harmonies of #148FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FE9

Black with #148FE9

Text Example


Text Example

White with #148FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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