Html Css Color HEX #2B90CD Curious Blue

📋 copy color: '#2B90CD'

red 43 ◦ green 144 ◦ blue 205

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

Shades of Curious Blue #2B90CD

Tints of Curious Blue #2B90CD

RGB

 RED value IS 43 (17.19% from 255) = 10.97%

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 10.97%
G = 36.73%
B = 52.3%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B90CD (or 0x2B90CD) is known color: Curious Blue. HEX triplet: 2B, 90 and CD. RGB value is (43,144,205). Sum of RGB (Red+Green+Blue) = 43+144+205=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90CD is #D46F32. Grayscale: #787878. Windows color (decimal): -13922099 or 13471787. OLE color: 13471787.

HSL color Cylindrical-coordinate representation of color #2B90CD: hue angle of 202.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B90CD is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 144 205 -
CMYK 0.79 0.30 0 0.20
HSL 202.59º 0.65% 0.49% -
HSV(B) 202.59º 0.79% 0.8% -
XYZ 21.99 24.87 61.4 -
YUV 120.76 175.54 72.54 -
System Red Green Blue C M Y K H S L
Decimal 43 144 205 0.79 0.30 0 0.20 202.59 0.65 0.49
Hex 2B 90 CD 4F 1E 0 14 CB 41 31
Octal 53 220 315 117 36 0 24 313 101 61
Binary 101011 10010000 11001101 1001111 11110 0 10100 11001011 1000001 110001

Color Harmonies of #2B90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B90CD

Black with #2B90CD

Text Example


Text Example

White with #2B90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,205); }

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

background-color css

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

 a { background-color: rgb(43,144,205); }

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

border-color css

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

 span { border-color: rgb(43,144,205); }

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