Html Css Color HEX #1269F7 Dodger Blue

📋 copy color: '#1269F7'

red 18 ◦ green 105 ◦ blue 247

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

Shades of Dodger Blue #1269F7

Tints of Dodger Blue #1269F7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

 BLUE value IS 247 (96.88% from 255) = 66.76%

R = 4.86%
G = 28.38%
B = 66.76%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1269F7 (or 0x1269F7) is known color: Dodger Blue. HEX triplet: 12, 69 and F7. RGB value is (18,105,247). Sum of RGB (Red+Green+Blue) = 18+105+247=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #1269F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1269F7 is #ED9608. Grayscale: #5E5E5E. Windows color (decimal): -15570441 or 16214290. OLE color: 16214290.

HSL color Cylindrical-coordinate representation of color #1269F7: hue angle of 217.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1269F7 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 105 247 -
CMYK 0.93 0.57 0 0.03
HSL 217.21º 0.93% 0.52% -
HSV(B) 217.21º 0.93% 0.97% -
XYZ 22.09 16.95 90.1 -
YUV 95.18 213.68 72.95 -
System Red Green Blue C M Y K H S L
Decimal 18 105 247 0.93 0.57 0 0.03 217.21 0.93 0.52
Hex 12 69 F7 5D 39 0 3 D9 5D 34
Octal 22 151 367 135 71 0 3 331 135 64
Binary 10010 1101001 11110111 1011101 111001 0 11 11011001 1011101 110100

Color Harmonies of #1269F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269F7

Black with #1269F7

Text Example


Text Example

White with #1269F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1269F7; }

 p { color: rgb(18,105,247); }

 H1.HeaderClassName
 {
   color: #1269F7;
 }
 .AnyTagClassName
 {
   color: #1269F7;
 }
</style>

background-color css

<style>
 a { background-color: #1269F7; }

 a { background-color: rgb(18,105,247); }

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

border-color css

<style>
 span { border-color: #1269F7; }

 span { border-color: rgb(18,105,247); }

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