Html Css Color HEX #148FEE Dodger Blue

📋 copy color: '#148FEE'

red 20 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #148FEE

Tints of Dodger Blue #148FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 4.99%
G = 35.66%
B = 59.35%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#148FEE (or 0x148FEE) is known color: Dodger Blue. HEX triplet: 14, 8F and EE. RGB value is (20,143,238). Sum of RGB (Red+Green+Blue) = 20+143+238=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #148FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #148FEE is #EB7011. Grayscale: #747474. Windows color (decimal): -15429650 or 15634196. OLE color: 15634196.

HSL color Cylindrical-coordinate representation of color #148FEE: hue angle of 206.15º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #148FEE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 143 238 -
CMYK 0.92 0.40 0 0.07
HSL 206.15º 0.87% 0.51% -
HSV(B) 206.15º 0.92% 0.93% -
XYZ 25.54 25.97 84.55 -
YUV 117.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 20 143 238 0.92 0.40 0 0.07 206.15 0.87 0.51
Hex 14 8F EE 5C 28 0 7 CE 57 33
Octal 24 217 356 134 50 0 7 316 127 63
Binary 10100 10001111 11101110 1011100 101000 0 111 11001110 1010111 110011

Color Harmonies of #148FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FEE

Black with #148FEE

Text Example


Text Example

White with #148FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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