Html Css Color HEX #127BEA Dodger Blue

📋 copy color: '#127BEA'

red 18 ◦ green 123 ◦ blue 234

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

Shades of Dodger Blue #127BEA

Tints of Dodger Blue #127BEA

RGB

 RED value IS 18 (7.42% from 255) = 4.8%

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 4.8%
G = 32.8%
B = 62.4%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#127BEA (or 0x127BEA) is known color: Dodger Blue. HEX triplet: 12, 7B and EA. RGB value is (18,123,234). Sum of RGB (Red+Green+Blue) = 18+123+234=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #127BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BEA is #ED8415. Grayscale: #676767. Windows color (decimal): -15565846 or 15366930. OLE color: 15366930.

HSL color Cylindrical-coordinate representation of color #127BEA: hue angle of 210.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127BEA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 123 234 -
CMYK 0.92 0.47 0 0.08
HSL 210.83º 0.86% 0.49% -
HSV(B) 210.83º 0.92% 0.92% -
XYZ 22.18 20.24 80.58 -
YUV 104.26 201.21 66.47 -
System Red Green Blue C M Y K H S L
Decimal 18 123 234 0.92 0.47 0 0.08 210.83 0.86 0.49
Hex 12 7B EA 5C 2F 0 8 D3 56 31
Octal 22 173 352 134 57 0 10 323 126 61
Binary 10010 1111011 11101010 1011100 101111 0 1000 11010011 1010110 110001

Color Harmonies of #127BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BEA

Black with #127BEA

Text Example


Text Example

White with #127BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127BEA; }

 p { color: rgb(18,123,234); }

 H1.HeaderClassName
 {
   color: #127BEA;
 }
 .AnyTagClassName
 {
   color: #127BEA;
 }
</style>

background-color css

<style>
 a { background-color: #127BEA; }

 a { background-color: rgb(18,123,234); }

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

border-color css

<style>
 span { border-color: #127BEA; }

 span { border-color: rgb(18,123,234); }

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