Html Css Color HEX #1285FD Dodger Blue

📋 copy color: '#1285FD'

red 18 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #1285FD

Tints of Dodger Blue #1285FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 4.46%
G = 32.92%
B = 62.62%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1285FD (or 0x1285FD) is known color: Dodger Blue. HEX triplet: 12, 85 and FD. RGB value is (18,133,253). Sum of RGB (Red+Green+Blue) = 18+133+253=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #1285FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1285FD is #ED7A02. Grayscale: #6F6F6F. Windows color (decimal): -15563267 or 16614674. OLE color: 16614674.

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

Color convert

RGB 18 133 253 -
CMYK 0.93 0.47 0 0.01
HSL 210.64º 0.98% 0.53% -
HSV(B) 210.64º 0.93% 0.99% -
XYZ 26.37 24 96.17 -
YUV 112.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 18 133 253 0.93 0.47 0 0.01 210.64 0.98 0.53
Hex 12 85 FD 5D 2F 0 1 D3 62 35
Octal 22 205 375 135 57 0 1 323 142 65
Binary 10010 10000101 11111101 1011101 101111 0 1 11010011 1100010 110101

Color Harmonies of #1285FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285FD

Black with #1285FD

Text Example


Text Example

White with #1285FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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