Html Css Color HEX #2B90CE Curious Blue

📋 copy color: '#2B90CE'

red 43 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #2B90CE

Tints of Curious Blue #2B90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 10.94%
G = 36.64%
B = 52.42%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B90CE (or 0x2B90CE) is known color: Curious Blue. HEX triplet: 2B, 90 and CE. RGB value is (43,144,206). Sum of RGB (Red+Green+Blue) = 43+144+206=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90CE is #D46F31. Grayscale: #787878. Windows color (decimal): -13922098 or 13537323. OLE color: 13537323.

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

Color convert

RGB 43 144 206 -
CMYK 0.79 0.30 0 0.19
HSL 202.82º 0.65% 0.49% -
HSV(B) 202.82º 0.79% 0.81% -
XYZ 22.11 24.92 62.04 -
YUV 120.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 43 144 206 0.79 0.30 0 0.19 202.82 0.65 0.49
Hex 2B 90 CE 4F 1E 0 13 CB 41 31
Octal 53 220 316 117 36 0 23 313 101 61
Binary 101011 10010000 11001110 1001111 11110 0 10011 11001011 1000001 110001

Color Harmonies of #2B90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B90CE

Black with #2B90CE

Text Example


Text Example

White with #2B90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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