Html Css Color HEX #1D7EBA Curious Blue

📋 copy color: '#1D7EBA'

red 29 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #1D7EBA

Tints of Curious Blue #1D7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 8.5%
G = 36.95%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D7EBA (or 0x1D7EBA) is known color: Curious Blue. HEX triplet: 1D, 7E and BA. RGB value is (29,126,186). Sum of RGB (Red+Green+Blue) = 29+126+186=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7EBA is #E28145. Grayscale: #676767. Windows color (decimal): -14844230 or 12221981. OLE color: 12221981.

HSL color Cylindrical-coordinate representation of color #1D7EBA: hue angle of 202.93º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7EBA is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 126 186 -
CMYK 0.84 0.32 0 0.27
HSL 202.93º 0.73% 0.42% -
HSV(B) 202.93º 0.84% 0.73% -
XYZ 16.83 18.73 49.18 -
YUV 103.84 174.36 74.62 -
System Red Green Blue C M Y K H S L
Decimal 29 126 186 0.84 0.32 0 0.27 202.93 0.73 0.42
Hex 1D 7E BA 54 20 0 1B CB 49 2A
Octal 35 176 272 124 40 0 33 313 111 52
Binary 11101 1111110 10111010 1010100 100000 0 11011 11001011 1001001 101010

Color Harmonies of #1D7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7EBA

Black with #1D7EBA

Text Example


Text Example

White with #1D7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,126,186); }

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

background-color css

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

 a { background-color: rgb(29,126,186); }

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

border-color css

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

 span { border-color: rgb(29,126,186); }

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