Html Css Color HEX #1D2FF9 Blue

📋 copy color: '#1D2FF9'

red 29 ◦ green 47 ◦ blue 249

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

Shades of Blue #1D2FF9

Tints of Blue #1D2FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 8.92%
G = 14.46%
B = 76.62%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D2FF9 (or 0x1D2FF9) is known color: Blue. HEX triplet: 1D, 2F and F9. RGB value is (29,47,249). Sum of RGB (Red+Green+Blue) = 29+47+249=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 249 (97.66% from 255 or 76.62% from 325); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D2FF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2FF9 is #E2D006. Grayscale: #3F3F3F. Windows color (decimal): -14864391 or 16330525. OLE color: 16330525.

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

Color convert

RGB 29 47 249 -
CMYK 0.88 0.81 0 0.02
HSL 235.09º 0.95% 0.55% -
HSV(B) 235.09º 0.88% 0.98% -
XYZ 18.62 9.13 90.4 -
YUV 64.65 232.04 102.57 -
System Red Green Blue C M Y K H S L
Decimal 29 47 249 0.88 0.81 0 0.02 235.09 0.95 0.55
Hex 1D 2F F9 58 51 0 2 EB 5F 37
Octal 35 57 371 130 121 0 2 353 137 67
Binary 11101 101111 11111001 1011000 1010001 0 10 11101011 1011111 110111

Color Harmonies of #1D2FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2FF9

Black with #1D2FF9

Text Example


Text Example

White with #1D2FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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