Html Css Color HEX #147BEE Dodger Blue

📋 copy color: '#147BEE'

red 20 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #147BEE

Tints of Dodger Blue #147BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

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

R = 5.25%
G = 32.28%
B = 62.47%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#147BEE (or 0x147BEE) is known color: Dodger Blue. HEX triplet: 14, 7B and EE. RGB value is (20,123,238). Sum of RGB (Red+Green+Blue) = 20+123+238=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #147BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BEE is #EB8411. Grayscale: #686868. Windows color (decimal): -15434770 or 15629076. OLE color: 15629076.

HSL color Cylindrical-coordinate representation of color #147BEE: hue angle of 211.65º 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 #147BEE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 123 238 -
CMYK 0.92 0.48 0 0.07
HSL 211.65º 0.87% 0.51% -
HSV(B) 211.65º 0.92% 0.93% -
XYZ 22.8 20.49 83.64 -
YUV 105.31 202.88 67.15 -
System Red Green Blue C M Y K H S L
Decimal 20 123 238 0.92 0.48 0 0.07 211.65 0.87 0.51
Hex 14 7B EE 5C 30 0 7 D4 57 33
Octal 24 173 356 134 60 0 7 324 127 63
Binary 10100 1111011 11101110 1011100 110000 0 111 11010100 1010111 110011

Color Harmonies of #147BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BEE

Black with #147BEE

Text Example


Text Example

White with #147BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147BEE; }

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

 H1.HeaderClassName
 {
   color: #147BEE;
 }
 .AnyTagClassName
 {
   color: #147BEE;
 }
</style>

background-color css

<style>
 a { background-color: #147BEE; }

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

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

border-color css

<style>
 span { border-color: #147BEE; }

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

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