Html Css Color HEX #1D7FC2 Curious Blue

📋 copy color: '#1D7FC2'

red 29 ◦ green 127 ◦ blue 194

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

Shades of Curious Blue #1D7FC2

Tints of Curious Blue #1D7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 194 (76.17% from 255) = 55.43%

R = 8.29%
G = 36.29%
B = 55.43%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1D7FC2 (or 0x1D7FC2) is known color: Curious Blue. HEX triplet: 1D, 7F and C2. RGB value is (29,127,194). Sum of RGB (Red+Green+Blue) = 29+127+194=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D7FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7FC2 is #E2803D. Grayscale: #686868. Windows color (decimal): -14843966 or 12746525. OLE color: 12746525.

HSL color Cylindrical-coordinate representation of color #1D7FC2: hue angle of 204.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D7FC2 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 127 194 -
CMYK 0.85 0.35 0 0.24
HSL 204.36º 0.74% 0.44% -
HSV(B) 204.36º 0.85% 0.76% -
XYZ 17.83 19.34 53.83 -
YUV 105.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 29 127 194 0.85 0.35 0 0.24 204.36 0.74 0.44
Hex 1D 7F C2 55 23 0 18 CC 4A 2C
Octal 35 177 302 125 43 0 30 314 112 54
Binary 11101 1111111 11000010 1010101 100011 0 11000 11001100 1001010 101100

Color Harmonies of #1D7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7FC2

Black with #1D7FC2

Text Example


Text Example

White with #1D7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,194); }

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

background-color css

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

 a { background-color: rgb(29,127,194); }

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

border-color css

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

 span { border-color: rgb(29,127,194); }

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