Html Css Color HEX #127BFE Dodger Blue

📋 copy color: '#127BFE'

red 18 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #127BFE

Tints of Dodger Blue #127BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 4.56%
G = 31.14%
B = 64.3%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#127BFE (or 0x127BFE) is known color: Dodger Blue. HEX triplet: 12, 7B and FE. RGB value is (18,123,254). Sum of RGB (Red+Green+Blue) = 18+123+254=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #127BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BFE is #ED8401. Grayscale: #696969. Windows color (decimal): -15565826 or 16677650. OLE color: 16677650.

HSL color Cylindrical-coordinate representation of color #127BFE: hue angle of 213.31º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127BFE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 123 254 -
CMYK 0.93 0.52 0 0.00
HSL 213.31º 0.99% 0.53% -
HSV(B) 213.31º 0.93% 1% -
XYZ 25.22 21.45 96.58 -
YUV 106.54 211.21 64.85 -
System Red Green Blue C M Y K H S L
Decimal 18 123 254 0.93 0.52 0 0.00 213.31 0.99 0.53
Hex 12 7B FE 5D 34 0 0 D5 63 35
Octal 22 173 376 135 64 0 0 325 143 65
Binary 10010 1111011 11111110 1011101 110100 0 0 11010101 1100011 110101

Color Harmonies of #127BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BFE

Black with #127BFE

Text Example


Text Example

White with #127BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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