Html Css Color HEX #1275FD Dodger Blue

📋 copy color: '#1275FD'

red 18 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #1275FD

Tints of Dodger Blue #1275FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 4.64%
G = 30.15%
B = 65.21%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1275FD (or 0x1275FD) is known color: Dodger Blue. HEX triplet: 12, 75 and FD. RGB value is (18,117,253). Sum of RGB (Red+Green+Blue) = 18+117+253=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #1275FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1275FD is #ED8A02. Grayscale: #666666. Windows color (decimal): -15567363 or 16610578. OLE color: 16610578.

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

Color convert

RGB 18 117 253 -
CMYK 0.93 0.54 0 0.01
HSL 214.72º 0.98% 0.53% -
HSV(B) 214.72º 0.93% 0.99% -
XYZ 24.34 19.94 95.5 -
YUV 102.9 212.7 67.44 -
System Red Green Blue C M Y K H S L
Decimal 18 117 253 0.93 0.54 0 0.01 214.72 0.98 0.53
Hex 12 75 FD 5D 36 0 1 D7 62 35
Octal 22 165 375 135 66 0 1 327 142 65
Binary 10010 1110101 11111101 1011101 110110 0 1 11010111 1100010 110101

Color Harmonies of #1275FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1275FD

Black with #1275FD

Text Example


Text Example

White with #1275FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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