Html Css Color HEX #127BF2 Dodger Blue

📋 copy color: '#127BF2'

red 18 ◦ green 123 ◦ blue 242

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

Shades of Dodger Blue #127BF2

Tints of Dodger Blue #127BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 4.7%
G = 32.11%
B = 63.19%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#127BF2 (or 0x127BF2) is known color: Dodger Blue. HEX triplet: 12, 7B and F2. RGB value is (18,123,242). Sum of RGB (Red+Green+Blue) = 18+123+242=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #127BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BF2 is #ED840D. Grayscale: #686868. Windows color (decimal): -15565838 or 15891218. OLE color: 15891218.

HSL color Cylindrical-coordinate representation of color #127BF2: hue angle of 211.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127BF2 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 123 242 -
CMYK 0.93 0.49 0 0.05
HSL 211.88º 0.9% 0.51% -
HSV(B) 211.88º 0.93% 0.95% -
XYZ 23.36 20.71 86.77 -
YUV 105.17 205.21 65.82 -
System Red Green Blue C M Y K H S L
Decimal 18 123 242 0.93 0.49 0 0.05 211.88 0.9 0.51
Hex 12 7B F2 5D 31 0 5 D4 5A 33
Octal 22 173 362 135 61 0 5 324 132 63
Binary 10010 1111011 11110010 1011101 110001 0 101 11010100 1011010 110011

Color Harmonies of #127BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BF2

Black with #127BF2

Text Example


Text Example

White with #127BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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