Html Css Color HEX #2B8CCA Curious Blue

📋 copy color: '#2B8CCA'

red 43 ◦ green 140 ◦ blue 202

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

Shades of Curious Blue #2B8CCA

Tints of Curious Blue #2B8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 11.17%
G = 36.36%
B = 52.47%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B8CCA (or 0x2B8CCA) is known color: Curious Blue. HEX triplet: 2B, 8C and CA. RGB value is (43,140,202). Sum of RGB (Red+Green+Blue) = 43+140+202=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CCA is #D47335. Grayscale: #757575. Windows color (decimal): -13923126 or 13274155. OLE color: 13274155.

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

Color convert

RGB 43 140 202 -
CMYK 0.79 0.31 0 0.21
HSL 203.4º 0.65% 0.48% -
HSV(B) 203.4º 0.79% 0.79% -
XYZ 21.04 23.53 59.31 -
YUV 118.07 175.36 74.46 -
System Red Green Blue C M Y K H S L
Decimal 43 140 202 0.79 0.31 0 0.21 203.4 0.65 0.48
Hex 2B 8C CA 4F 1F 0 15 CB 41 30
Octal 53 214 312 117 37 0 25 313 101 60
Binary 101011 10001100 11001010 1001111 11111 0 10101 11001011 1000001 110000

Color Harmonies of #2B8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8CCA

Black with #2B8CCA

Text Example


Text Example

White with #2B8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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