Html Css Color HEX #2B88CA Curious Blue

📋 copy color: '#2B88CA'

red 43 ◦ green 136 ◦ blue 202

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

Shades of Curious Blue #2B88CA

Tints of Curious Blue #2B88CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 11.29%
G = 35.7%
B = 53.02%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B88CA (or 0x2B88CA) is known color: Curious Blue. HEX triplet: 2B, 88 and CA. RGB value is (43,136,202). Sum of RGB (Red+Green+Blue) = 43+136+202=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B88CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B88CA is #D47735. Grayscale: #737373. Windows color (decimal): -13924150 or 13273131. OLE color: 13273131.

HSL color Cylindrical-coordinate representation of color #2B88CA: hue angle of 204.91º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B88CA is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 136 202 -
CMYK 0.79 0.33 0 0.21
HSL 204.91º 0.65% 0.48% -
HSV(B) 204.91º 0.79% 0.79% -
XYZ 20.46 22.39 59.12 -
YUV 115.72 176.69 76.13 -
System Red Green Blue C M Y K H S L
Decimal 43 136 202 0.79 0.33 0 0.21 204.91 0.65 0.48
Hex 2B 88 CA 4F 21 0 15 CD 41 30
Octal 53 210 312 117 41 0 25 315 101 60
Binary 101011 10001000 11001010 1001111 100001 0 10101 11001101 1000001 110000

Color Harmonies of #2B88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B88CA

Black with #2B88CA

Text Example


Text Example

White with #2B88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,202); }

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

background-color css

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

 a { background-color: rgb(43,136,202); }

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

border-color css

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

 span { border-color: rgb(43,136,202); }

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