Html Css Color HEX #1E81BD Curious Blue

📋 copy color: '#1E81BD'

red 30 ◦ green 129 ◦ blue 189

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

Shades of Curious Blue #1E81BD

Tints of Curious Blue #1E81BD

RGB

 RED value IS 30 (12.11% from 255) = 8.62%

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 8.62%
G = 37.07%
B = 54.31%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E81BD (or 0x1E81BD) is known color: Curious Blue. HEX triplet: 1E, 81 and BD. RGB value is (30,129,189). Sum of RGB (Red+Green+Blue) = 30+129+189=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E81BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81BD is #E17E42. Grayscale: #696969. Windows color (decimal): -14777923 or 12419358. OLE color: 12419358.

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

Color convert

RGB 30 129 189 -
CMYK 0.84 0.32 0 0.26
HSL 202.64º 0.73% 0.43% -
HSV(B) 202.64º 0.84% 0.74% -
XYZ 17.57 19.65 51.01 -
YUV 106.24 174.7 73.62 -
System Red Green Blue C M Y K H S L
Decimal 30 129 189 0.84 0.32 0 0.26 202.64 0.73 0.43
Hex 1E 81 BD 54 20 0 1A CB 49 2B
Octal 36 201 275 124 40 0 32 313 111 53
Binary 11110 10000001 10111101 1010100 100000 0 11010 11001011 1001001 101011

Color Harmonies of #1E81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E81BD

Black with #1E81BD

Text Example


Text Example

White with #1E81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,129,189); }

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

background-color css

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

 a { background-color: rgb(30,129,189); }

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

border-color css

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

 span { border-color: rgb(30,129,189); }

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