Html Css Color HEX #1D0EF9 Blue

📋 copy color: '#1D0EF9'

red 29 ◦ green 14 ◦ blue 249

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

Shades of Blue #1D0EF9

Tints of Blue #1D0EF9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 249 (97.66% from 255) = 85.27%

R = 9.93%
G = 4.79%
B = 85.27%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D0EF9 (or 0x1D0EF9) is known color: Blue. HEX triplet: 1D, 0E and F9. RGB value is (29,14,249). Sum of RGB (Red+Green+Blue) = 29+14+249=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 249 (97.66% from 255 or 85.27% from 292); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D0EF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0EF9 is #E2F106. Grayscale: #2C2C2C. Windows color (decimal): -14872839 or 16322077. OLE color: 16322077.

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

Color convert

RGB 29 14 249 -
CMYK 0.88 0.94 0 0.02
HSL 243.83º 0.95% 0.52% -
HSV(B) 243.83º 0.94% 0.98% -
XYZ 17.76 7.41 90.12 -
YUV 45.28 242.97 116.39 -
System Red Green Blue C M Y K H S L
Decimal 29 14 249 0.88 0.94 0 0.02 243.83 0.95 0.52
Hex 1D E F9 58 5E 0 2 F4 5F 34
Octal 35 16 371 130 136 0 2 364 137 64
Binary 11101 1110 11111001 1011000 1011110 0 10 11110100 1011111 110100

Color Harmonies of #1D0EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0EF9

Black with #1D0EF9

Text Example


Text Example

White with #1D0EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,249); }

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

background-color css

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

 a { background-color: rgb(29,14,249); }

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

border-color css

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

 span { border-color: rgb(29,14,249); }

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