Html Css Color HEX #127AF2 Dodger Blue

📋 copy color: '#127AF2'

red 18 ◦ green 122 ◦ blue 242

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

Shades of Dodger Blue #127AF2

Tints of Dodger Blue #127AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 4.71%
G = 31.94%
B = 63.35%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#127AF2 (or 0x127AF2) is known color: Dodger Blue. HEX triplet: 12, 7A and F2. RGB value is (18,122,242). Sum of RGB (Red+Green+Blue) = 18+122+242=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #127AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF2 is #ED850D. Grayscale: #686868. Windows color (decimal): -15566094 or 15890962. OLE color: 15890962.

HSL color Cylindrical-coordinate representation of color #127AF2: hue angle of 212.14º 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 #127AF2 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 122 242 -
CMYK 0.93 0.50 0 0.05
HSL 212.14º 0.9% 0.51% -
HSV(B) 212.14º 0.93% 0.95% -
XYZ 23.24 20.46 86.73 -
YUV 104.58 205.54 66.24 -
System Red Green Blue C M Y K H S L
Decimal 18 122 242 0.93 0.50 0 0.05 212.14 0.9 0.51
Hex 12 7A F2 5D 32 0 5 D4 5A 33
Octal 22 172 362 135 62 0 5 324 132 63
Binary 10010 1111010 11110010 1011101 110010 0 101 11010100 1011010 110011

Color Harmonies of #127AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AF2

Black with #127AF2

Text Example


Text Example

White with #127AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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