Html Css Color HEX #277CCB Curious Blue

📋 copy color: '#277CCB'

red 39 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #277CCB

Tints of Curious Blue #277CCB

RGB

 RED value IS 39 (15.63% from 255) = 10.66%

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 10.66%
G = 33.88%
B = 55.46%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#277CCB (or 0x277CCB) is known color: Curious Blue. HEX triplet: 27, 7C and CB. RGB value is (39,124,203). Sum of RGB (Red+Green+Blue) = 39+124+203=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #277CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277CCB is #D88334. Grayscale: #6B6B6B. Windows color (decimal): -14189365 or 13335591. OLE color: 13335591.

HSL color Cylindrical-coordinate representation of color #277CCB: hue angle of 208.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277CCB is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 124 203 -
CMYK 0.81 0.39 0 0.20
HSL 208.9º 0.68% 0.47% -
HSV(B) 208.9º 0.81% 0.8% -
XYZ 18.82 19.16 59.21 -
YUV 107.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 39 124 203 0.81 0.39 0 0.20 208.9 0.68 0.47
Hex 27 7C CB 51 27 0 14 D1 44 2F
Octal 47 174 313 121 47 0 24 321 104 57
Binary 100111 1111100 11001011 1010001 100111 0 10100 11010001 1000100 101111

Color Harmonies of #277CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CCB

Black with #277CCB

Text Example


Text Example

White with #277CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277CCB; }

 p { color: rgb(39,124,203); }

 H1.HeaderClassName
 {
   color: #277CCB;
 }
 .AnyTagClassName
 {
   color: #277CCB;
 }
</style>

background-color css

<style>
 a { background-color: #277CCB; }

 a { background-color: rgb(39,124,203); }

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

border-color css

<style>
 span { border-color: #277CCB; }

 span { border-color: rgb(39,124,203); }

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