Html Css Color HEX #1273F5 Dodger Blue

📋 copy color: '#1273F5'

red 18 ◦ green 115 ◦ blue 245

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

Shades of Dodger Blue #1273F5

Tints of Dodger Blue #1273F5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 4.76%
G = 30.42%
B = 64.81%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1273F5 (or 0x1273F5) is known color: Dodger Blue. HEX triplet: 12, 73 and F5. RGB value is (18,115,245). Sum of RGB (Red+Green+Blue) = 18+115+245=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 245 (96.09% from 255 or 64.81% from 378); Max value from RGB is 245 - color contains mainly: blue. Hex color #1273F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1273F5 is #ED8C0A. Grayscale: #646464. Windows color (decimal): -15567883 or 16085778. OLE color: 16085778.

HSL color Cylindrical-coordinate representation of color #1273F5: hue angle of 214.36º 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 #1273F5 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 115 245 -
CMYK 0.93 0.53 0 0.04
HSL 214.36º 0.92% 0.52% -
HSV(B) 214.36º 0.93% 0.96% -
XYZ 22.86 18.98 88.85 -
YUV 100.82 209.36 68.93 -
System Red Green Blue C M Y K H S L
Decimal 18 115 245 0.93 0.53 0 0.04 214.36 0.92 0.52
Hex 12 73 F5 5D 35 0 4 D6 5C 34
Octal 22 163 365 135 65 0 4 326 134 64
Binary 10010 1110011 11110101 1011101 110101 0 100 11010110 1011100 110100

Color Harmonies of #1273F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273F5

Black with #1273F5

Text Example


Text Example

White with #1273F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1273F5; }

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

 H1.HeaderClassName
 {
   color: #1273F5;
 }
 .AnyTagClassName
 {
   color: #1273F5;
 }
</style>

background-color css

<style>
 a { background-color: #1273F5; }

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

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

border-color css

<style>
 span { border-color: #1273F5; }

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

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