Html Css Color HEX #148AFE Dodger Blue

📋 copy color: '#148AFE'

red 20 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #148AFE

Tints of Dodger Blue #148AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 4.85%
G = 33.5%
B = 61.65%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#148AFE (or 0x148AFE) is known color: Dodger Blue. HEX triplet: 14, 8A and FE. RGB value is (20,138,254). Sum of RGB (Red+Green+Blue) = 20+138+254=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #148AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148AFE is #EB7501. Grayscale: #737373. Windows color (decimal): -15430914 or 16681492. OLE color: 16681492.

HSL color Cylindrical-coordinate representation of color #148AFE: hue angle of 209.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148AFE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 138 254 -
CMYK 0.92 0.46 0 0.00
HSL 209.74º 0.99% 0.54% -
HSV(B) 209.74º 0.92% 1% -
XYZ 27.27 25.48 97.25 -
YUV 115.94 205.91 59.57 -
System Red Green Blue C M Y K H S L
Decimal 20 138 254 0.92 0.46 0 0.00 209.74 0.99 0.54
Hex 14 8A FE 5C 2E 0 0 D2 63 36
Octal 24 212 376 134 56 0 0 322 143 66
Binary 10100 10001010 11111110 1011100 101110 0 0 11010010 1100011 110110

Color Harmonies of #148AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AFE

Black with #148AFE

Text Example


Text Example

White with #148AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,138,254); }

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

background-color css

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

 a { background-color: rgb(20,138,254); }

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

border-color css

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

 span { border-color: rgb(20,138,254); }

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