Html Css Color HEX #2B93CC Curious Blue

📋 copy color: '#2B93CC'

red 43 ◦ green 147 ◦ blue 204

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

Shades of Curious Blue #2B93CC

Tints of Curious Blue #2B93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 10.91%
G = 37.31%
B = 51.78%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B93CC (or 0x2B93CC) is known color: Curious Blue. HEX triplet: 2B, 93 and CC. RGB value is (43,147,204). Sum of RGB (Red+Green+Blue) = 43+147+204=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B93CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B93CC is #D46C33. Grayscale: #7A7A7A. Windows color (decimal): -13921332 or 13407019. OLE color: 13407019.

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

Color convert

RGB 43 147 204 -
CMYK 0.79 0.28 0 0.2
HSL 201.24º 0.65% 0.48% -
HSV(B) 201.24º 0.79% 0.8% -
XYZ 22.33 25.74 60.92 -
YUV 122.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 43 147 204 0.79 0.28 0 0.2 201.24 0.65 0.48
Hex 2B 93 CC 4F 1C 0 14 C9 41 30
Octal 53 223 314 117 34 0 24 311 101 60
Binary 101011 10010011 11001100 1001111 11100 0 10100 11001001 1000001 110000

Color Harmonies of #2B93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B93CC

Black with #2B93CC

Text Example


Text Example

White with #2B93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,147,204); }

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

background-color css

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

 a { background-color: rgb(43,147,204); }

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

border-color css

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

 span { border-color: rgb(43,147,204); }

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