Html Css Color HEX #2D8EBD Curious Blue

📋 copy color: '#2D8EBD'

red 45 ◦ green 142 ◦ blue 189

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

Shades of Curious Blue #2D8EBD

Tints of Curious Blue #2D8EBD

RGB

 RED value IS 45 (17.97% from 255) = 11.97%

 GREEN value IS 142 (55.86% from 255) = 37.77%

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

R = 11.97%
G = 37.77%
B = 50.27%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D8EBD (or 0x2D8EBD) is known color: Curious Blue. HEX triplet: 2D, 8E and BD. RGB value is (45,142,189). Sum of RGB (Red+Green+Blue) = 45+142+189=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D8EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8EBD is #D27142. Grayscale: #767676. Windows color (decimal): -13791555 or 12422701. OLE color: 12422701.

HSL color Cylindrical-coordinate representation of color #2D8EBD: hue angle of 199.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D8EBD is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 142 189 -
CMYK 0.76 0.25 0 0.26
HSL 199.58º 0.62% 0.46% -
HSV(B) 199.58º 0.76% 0.74% -
XYZ 19.94 23.58 51.64 -
YUV 118.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 45 142 189 0.76 0.25 0 0.26 199.58 0.62 0.46
Hex 2D 8E BD 4C 19 0 1A C8 3E 2E
Octal 55 216 275 114 31 0 32 310 76 56
Binary 101101 10001110 10111101 1001100 11001 0 11010 11001000 111110 101110

Color Harmonies of #2D8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8EBD

Black with #2D8EBD

Text Example


Text Example

White with #2D8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D8EBD; }

 p { color: rgb(45,142,189); }

 H1.HeaderClassName
 {
   color: #2D8EBD;
 }
 .AnyTagClassName
 {
   color: #2D8EBD;
 }
</style>

background-color css

<style>
 a { background-color: #2D8EBD; }

 a { background-color: rgb(45,142,189); }

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

border-color css

<style>
 span { border-color: #2D8EBD; }

 span { border-color: rgb(45,142,189); }

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