Html Css Color HEX #1283FD Dodger Blue

📋 copy color: '#1283FD'

red 18 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #1283FD

Tints of Dodger Blue #1283FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 4.48%
G = 32.59%
B = 62.94%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1283FD (or 0x1283FD) is known color: Dodger Blue. HEX triplet: 12, 83 and FD. RGB value is (18,131,253). Sum of RGB (Red+Green+Blue) = 18+131+253=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1283FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283FD is #ED7C02. Grayscale: #6E6E6E. Windows color (decimal): -15563779 or 16614162. OLE color: 16614162.

HSL color Cylindrical-coordinate representation of color #1283FD: hue angle of 211.15º 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 #1283FD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 131 253 -
CMYK 0.93 0.48 0 0.01
HSL 211.15º 0.98% 0.53% -
HSV(B) 211.15º 0.93% 0.99% -
XYZ 26.1 23.45 96.08 -
YUV 111.12 208.06 61.58 -
System Red Green Blue C M Y K H S L
Decimal 18 131 253 0.93 0.48 0 0.01 211.15 0.98 0.53
Hex 12 83 FD 5D 30 0 1 D3 62 35
Octal 22 203 375 135 60 0 1 323 142 65
Binary 10010 10000011 11111101 1011101 110000 0 1 11010011 1100010 110101

Color Harmonies of #1283FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283FD

Black with #1283FD

Text Example


Text Example

White with #1283FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1283FD; }

 p { color: rgb(18,131,253); }

 H1.HeaderClassName
 {
   color: #1283FD;
 }
 .AnyTagClassName
 {
   color: #1283FD;
 }
</style>

background-color css

<style>
 a { background-color: #1283FD; }

 a { background-color: rgb(18,131,253); }

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

border-color css

<style>
 span { border-color: #1283FD; }

 span { border-color: rgb(18,131,253); }

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