Html Css Color HEX #277AD2 Curious Blue

📋 copy color: '#277AD2'

red 39 ◦ green 122 ◦ blue 210

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

Shades of Curious Blue #277AD2

Tints of Curious Blue #277AD2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 10.51%
G = 32.88%
B = 56.6%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#277AD2 (or 0x277AD2) is known color: Curious Blue. HEX triplet: 27, 7A and D2. RGB value is (39,122,210). Sum of RGB (Red+Green+Blue) = 39+122+210=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #277AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AD2 is #D8852D. Grayscale: #6A6A6A. Windows color (decimal): -14189870 or 13793831. OLE color: 13793831.

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

Color convert

RGB 39 122 210 -
CMYK 0.81 0.42 0 0.18
HSL 210.88º 0.69% 0.49% -
HSV(B) 210.88º 0.81% 0.82% -
XYZ 19.43 19 63.62 -
YUV 107.22 186 79.34 -
System Red Green Blue C M Y K H S L
Decimal 39 122 210 0.81 0.42 0 0.18 210.88 0.69 0.49
Hex 27 7A D2 51 2A 0 12 D3 45 31
Octal 47 172 322 121 52 0 22 323 105 61
Binary 100111 1111010 11010010 1010001 101010 0 10010 11010011 1000101 110001

Color Harmonies of #277AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277AD2

Black with #277AD2

Text Example


Text Example

White with #277AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,210); }

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

background-color css

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

 a { background-color: rgb(39,122,210); }

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

border-color css

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

 span { border-color: rgb(39,122,210); }

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