Html Css Color HEX #149EFC Dodger Blue

📋 copy color: '#149EFC'

red 20 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #149EFC

Tints of Dodger Blue #149EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 4.65%
G = 36.74%
B = 58.6%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#149EFC (or 0x149EFC) is known color: Dodger Blue. HEX triplet: 14, 9E and FC. RGB value is (20,158,252). Sum of RGB (Red+Green+Blue) = 20+158+252=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #149EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EFC is #EB6103. Grayscale: #7E7E7E. Windows color (decimal): -15425796 or 16555540. OLE color: 16555540.

HSL color Cylindrical-coordinate representation of color #149EFC: hue angle of 204.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EFC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 158 252 -
CMYK 0.92 0.37 0 0.01
HSL 204.31º 0.97% 0.53% -
HSV(B) 204.31º 0.92% 0.99% -
XYZ 30.09 31.63 96.62 -
YUV 127.45 198.28 51.36 -
System Red Green Blue C M Y K H S L
Decimal 20 158 252 0.92 0.37 0 0.01 204.31 0.97 0.53
Hex 14 9E FC 5C 25 0 1 CC 61 35
Octal 24 236 374 134 45 0 1 314 141 65
Binary 10100 10011110 11111100 1011100 100101 0 1 11001100 1100001 110101

Color Harmonies of #149EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EFC

Black with #149EFC

Text Example


Text Example

White with #149EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149EFC; }

 p { color: rgb(20,158,252); }

 H1.HeaderClassName
 {
   color: #149EFC;
 }
 .AnyTagClassName
 {
   color: #149EFC;
 }
</style>

background-color css

<style>
 a { background-color: #149EFC; }

 a { background-color: rgb(20,158,252); }

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

border-color css

<style>
 span { border-color: #149EFC; }

 span { border-color: rgb(20,158,252); }

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