Html Css Color HEX #1D0FEF Blue

📋 copy color: '#1D0FEF'

red 29 ◦ green 15 ◦ blue 239

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

Shades of Blue #1D0FEF

Tints of Blue #1D0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 10.25%
G = 5.3%
B = 84.45%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D0FEF (or 0x1D0FEF) is known color: Blue. HEX triplet: 1D, 0F and EF. RGB value is (29,15,239). Sum of RGB (Red+Green+Blue) = 29+15+239=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0FEF is #E2F010. Grayscale: #2B2B2B. Windows color (decimal): -14872593 or 15666973. OLE color: 15666973.

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

Color convert

RGB 29 15 239 -
CMYK 0.88 0.94 0 0.06
HSL 243.75º 0.88% 0.5% -
HSV(B) 243.75º 0.94% 0.94% -
XYZ 16.26 6.83 82.12 -
YUV 44.72 237.64 116.79 -
System Red Green Blue C M Y K H S L
Decimal 29 15 239 0.88 0.94 0 0.06 243.75 0.88 0.5
Hex 1D F EF 58 5E 0 6 F4 58 32
Octal 35 17 357 130 136 0 6 364 130 62
Binary 11101 1111 11101111 1011000 1011110 0 110 11110100 1011000 110010

Color Harmonies of #1D0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0FEF

Black with #1D0FEF

Text Example


Text Example

White with #1D0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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