Html Css Color HEX #1268FC Dodger Blue

📋 copy color: '#1268FC'

red 18 ◦ green 104 ◦ blue 252

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

Shades of Dodger Blue #1268FC

Tints of Dodger Blue #1268FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 4.81%
G = 27.81%
B = 67.38%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1268FC (or 0x1268FC) is known color: Dodger Blue. HEX triplet: 12, 68 and FC. RGB value is (18,104,252). Sum of RGB (Red+Green+Blue) = 18+104+252=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1268FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268FC is #ED9703. Grayscale: #5E5E5E. Windows color (decimal): -15570692 or 16541714. OLE color: 16541714.

HSL color Cylindrical-coordinate representation of color #1268FC: hue angle of 217.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1268FC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 104 252 -
CMYK 0.93 0.59 0 0.01
HSL 217.95º 0.98% 0.53% -
HSV(B) 217.95º 0.93% 0.99% -
XYZ 22.77 17.06 94.19 -
YUV 95.16 216.51 72.97 -
System Red Green Blue C M Y K H S L
Decimal 18 104 252 0.93 0.59 0 0.01 217.95 0.98 0.53
Hex 12 68 FC 5D 3B 0 1 DA 62 35
Octal 22 150 374 135 73 0 1 332 142 65
Binary 10010 1101000 11111100 1011101 111011 0 1 11011010 1100010 110101

Color Harmonies of #1268FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268FC

Black with #1268FC

Text Example


Text Example

White with #1268FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1268FC; }

 p { color: rgb(18,104,252); }

 H1.HeaderClassName
 {
   color: #1268FC;
 }
 .AnyTagClassName
 {
   color: #1268FC;
 }
</style>

background-color css

<style>
 a { background-color: #1268FC; }

 a { background-color: rgb(18,104,252); }

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

border-color css

<style>
 span { border-color: #1268FC; }

 span { border-color: rgb(18,104,252); }

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