Html Css Color HEX #2D88BE Curious Blue

📋 copy color: '#2D88BE'

red 45 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #2D88BE

Tints of Curious Blue #2D88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 12.13%
G = 36.66%
B = 51.21%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D88BE (or 0x2D88BE) is known color: Curious Blue. HEX triplet: 2D, 88 and BE. RGB value is (45,136,190). Sum of RGB (Red+Green+Blue) = 45+136+190=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D88BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D88BE is #D27741. Grayscale: #727272. Windows color (decimal): -13793090 or 12486701. OLE color: 12486701.

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

Color convert

RGB 45 136 190 -
CMYK 0.76 0.28 0 0.25
HSL 202.34º 0.62% 0.46% -
HSV(B) 202.34º 0.76% 0.75% -
XYZ 19.18 21.88 51.93 -
YUV 114.95 170.35 78.11 -
System Red Green Blue C M Y K H S L
Decimal 45 136 190 0.76 0.28 0 0.25 202.34 0.62 0.46
Hex 2D 88 BE 4C 1C 0 19 CA 3E 2E
Octal 55 210 276 114 34 0 31 312 76 56
Binary 101101 10001000 10111110 1001100 11100 0 11001 11001010 111110 101110

Color Harmonies of #2D88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D88BE

Black with #2D88BE

Text Example


Text Example

White with #2D88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,136,190); }

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

background-color css

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

 a { background-color: rgb(45,136,190); }

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

border-color css

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

 span { border-color: rgb(45,136,190); }

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