Html Css Color HEX #126AF5 Dodger Blue

📋 copy color: '#126AF5'

red 18 ◦ green 106 ◦ blue 245

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

Shades of Dodger Blue #126AF5

Tints of Dodger Blue #126AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 245 (96.09% from 255) = 66.4%

R = 4.88%
G = 28.73%
B = 66.4%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#126AF5 (or 0x126AF5) is known color: Dodger Blue. HEX triplet: 12, 6A and F5. RGB value is (18,106,245). Sum of RGB (Red+Green+Blue) = 18+106+245=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #126AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AF5 is #ED950A. Grayscale: #5E5E5E. Windows color (decimal): -15570187 or 16083474. OLE color: 16083474.

HSL color Cylindrical-coordinate representation of color #126AF5: hue angle of 216.74º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126AF5 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 106 245 -
CMYK 0.93 0.57 0 0.04
HSL 216.74º 0.92% 0.52% -
HSV(B) 216.74º 0.93% 0.96% -
XYZ 21.88 17.03 88.52 -
YUV 95.53 212.35 72.7 -
System Red Green Blue C M Y K H S L
Decimal 18 106 245 0.93 0.57 0 0.04 216.74 0.92 0.52
Hex 12 6A F5 5D 39 0 4 D9 5C 34
Octal 22 152 365 135 71 0 4 331 134 64
Binary 10010 1101010 11110101 1011101 111001 0 100 11011001 1011100 110100

Color Harmonies of #126AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AF5

Black with #126AF5

Text Example


Text Example

White with #126AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126AF5; }

 p { color: rgb(18,106,245); }

 H1.HeaderClassName
 {
   color: #126AF5;
 }
 .AnyTagClassName
 {
   color: #126AF5;
 }
</style>

background-color css

<style>
 a { background-color: #126AF5; }

 a { background-color: rgb(18,106,245); }

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

border-color css

<style>
 span { border-color: #126AF5; }

 span { border-color: rgb(18,106,245); }

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