Html Css Color HEX #1D12EF Blue

📋 copy color: '#1D12EF'

red 29 ◦ green 18 ◦ blue 239

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

Shades of Blue #1D12EF

Tints of Blue #1D12EF

RGB

 RED value IS 29 (11.72% from 255) = 10.14%

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 239 (93.75% from 255) = 83.57%

R = 10.14%
G = 6.29%
B = 83.57%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D12EF (or 0x1D12EF) is known color: Blue. HEX triplet: 1D, 12 and EF. RGB value is (29,18,239). Sum of RGB (Red+Green+Blue) = 29+18+239=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D12EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D12EF is #E2ED10. Grayscale: #2D2D2D. Windows color (decimal): -14871825 or 15667741. OLE color: 15667741.

HSL color Cylindrical-coordinate representation of color #1D12EF: hue angle of 242.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D12EF is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 18 239 -
CMYK 0.88 0.92 0 0.06
HSL 242.99º 0.87% 0.5% -
HSV(B) 242.99º 0.92% 0.94% -
XYZ 16.3 6.93 82.14 -
YUV 46.48 236.64 115.53 -
System Red Green Blue C M Y K H S L
Decimal 29 18 239 0.88 0.92 0 0.06 242.99 0.87 0.5
Hex 1D 12 EF 58 5C 0 6 F3 57 32
Octal 35 22 357 130 134 0 6 363 127 62
Binary 11101 10010 11101111 1011000 1011100 0 110 11110011 1010111 110010

Color Harmonies of #1D12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D12EF

Black with #1D12EF

Text Example


Text Example

White with #1D12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D12EF; }

 p { color: rgb(29,18,239); }

 H1.HeaderClassName
 {
   color: #1D12EF;
 }
 .AnyTagClassName
 {
   color: #1D12EF;
 }
</style>

background-color css

<style>
 a { background-color: #1D12EF; }

 a { background-color: rgb(29,18,239); }

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

border-color css

<style>
 span { border-color: #1D12EF; }

 span { border-color: rgb(29,18,239); }

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