Html Css Color HEX #1283FB Dodger Blue

📋 copy color: '#1283FB'

red 18 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #1283FB

Tints of Dodger Blue #1283FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 4.5%
G = 32.75%
B = 62.75%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1283FB (or 0x1283FB) is known color: Dodger Blue. HEX triplet: 12, 83 and FB. RGB value is (18,131,251). Sum of RGB (Red+Green+Blue) = 18+131+251=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #1283FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283FB is #ED7C04. Grayscale: #6E6E6E. Windows color (decimal): -15563781 or 16483090. OLE color: 16483090.

HSL color Cylindrical-coordinate representation of color #1283FB: hue angle of 210.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1283FB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 131 251 -
CMYK 0.93 0.48 0 0.02
HSL 210.9º 0.97% 0.53% -
HSV(B) 210.9º 0.93% 0.98% -
XYZ 25.78 23.33 94.41 -
YUV 110.89 207.06 61.74 -
System Red Green Blue C M Y K H S L
Decimal 18 131 251 0.93 0.48 0 0.02 210.9 0.97 0.53
Hex 12 83 FB 5D 30 0 2 D3 61 35
Octal 22 203 373 135 60 0 2 323 141 65
Binary 10010 10000011 11111011 1011101 110000 0 10 11010011 1100001 110101

Color Harmonies of #1283FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283FB

Black with #1283FB

Text Example


Text Example

White with #1283FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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