Html Css Color HEX #277BD0 Curious Blue

📋 copy color: '#277BD0'

red 39 ◦ green 123 ◦ blue 208

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

Shades of Curious Blue #277BD0

Tints of Curious Blue #277BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

 BLUE value IS 208 (81.64% from 255) = 56.22%

R = 10.54%
G = 33.24%
B = 56.22%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#277BD0 (or 0x277BD0) is known color: Curious Blue. HEX triplet: 27, 7B and D0. RGB value is (39,123,208). Sum of RGB (Red+Green+Blue) = 39+123+208=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #277BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BD0 is #D8842F. Grayscale: #6B6B6B. Windows color (decimal): -14189616 or 13663015. OLE color: 13663015.

HSL color Cylindrical-coordinate representation of color #277BD0: hue angle of 210.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277BD0 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 123 208 -
CMYK 0.81 0.41 0 0.18
HSL 210.18º 0.68% 0.48% -
HSV(B) 210.18º 0.81% 0.82% -
XYZ 19.3 19.15 62.35 -
YUV 107.57 184.67 79.09 -
System Red Green Blue C M Y K H S L
Decimal 39 123 208 0.81 0.41 0 0.18 210.18 0.68 0.48
Hex 27 7B D0 51 29 0 12 D2 44 30
Octal 47 173 320 121 51 0 22 322 104 60
Binary 100111 1111011 11010000 1010001 101001 0 10010 11010010 1000100 110000

Color Harmonies of #277BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277BD0

Black with #277BD0

Text Example


Text Example

White with #277BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,123,208); }

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

background-color css

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

 a { background-color: rgb(39,123,208); }

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

border-color css

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

 span { border-color: rgb(39,123,208); }

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