Html Css Color HEX #2D96BF Pelorous

📋 copy color: '#2D96BF'

red 45 ◦ green 150 ◦ blue 191

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

Shades of Pelorous #2D96BF

Tints of Pelorous #2D96BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 11.66%
G = 38.86%
B = 49.48%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D96BF (or 0x2D96BF) is known color: Pelorous. HEX triplet: 2D, 96 and BF. RGB value is (45,150,191). Sum of RGB (Red+Green+Blue) = 45+150+191=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D96BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D96BF is #D26940. Grayscale: #7B7B7B. Windows color (decimal): -13789505 or 12555821. OLE color: 12555821.

HSL color Cylindrical-coordinate representation of color #2D96BF: hue angle of 196.85º 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 #2D96BF is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 150 191 -
CMYK 0.76 0.21 0 0.25
HSL 196.85º 0.62% 0.46% -
HSV(B) 196.85º 0.76% 0.75% -
XYZ 21.39 26.13 53.21 -
YUV 123.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 45 150 191 0.76 0.21 0 0.25 196.85 0.62 0.46
Hex 2D 96 BF 4C 15 0 19 C5 3E 2E
Octal 55 226 277 114 25 0 31 305 76 56
Binary 101101 10010110 10111111 1001100 10101 0 11001 11000101 111110 101110

Color Harmonies of #2D96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D96BF

Black with #2D96BF

Text Example


Text Example

White with #2D96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,150,191); }

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

background-color css

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

 a { background-color: rgb(45,150,191); }

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

border-color css

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

 span { border-color: rgb(45,150,191); }

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