Html Css Color HEX #2F7FD5 Curious Blue

📋 copy color: '#2F7FD5'

red 47 ◦ green 127 ◦ blue 213

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

Shades of Curious Blue #2F7FD5

Tints of Curious Blue #2F7FD5

RGB

 RED value IS 47 (18.75% from 255) = 12.14%

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 12.14%
G = 32.82%
B = 55.04%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2F7FD5 (or 0x2F7FD5) is known color: Curious Blue. HEX triplet: 2F, 7F and D5. RGB value is (47,127,213). Sum of RGB (Red+Green+Blue) = 47+127+213=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #2F7FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FD5 is #D0802A. Grayscale: #707070. Windows color (decimal): -13664299 or 13991727. OLE color: 13991727.

HSL color Cylindrical-coordinate representation of color #2F7FD5: hue angle of 211.08º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7FD5 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 127 213 -
CMYK 0.78 0.40 0 0.16
HSL 211.08º 0.66% 0.51% -
HSV(B) 211.08º 0.78% 0.84% -
XYZ 20.77 20.59 65.83 -
YUV 112.88 184.5 81.01 -
System Red Green Blue C M Y K H S L
Decimal 47 127 213 0.78 0.40 0 0.16 211.08 0.66 0.51
Hex 2F 7F D5 4E 28 0 10 D3 42 33
Octal 57 177 325 116 50 0 20 323 102 63
Binary 101111 1111111 11010101 1001110 101000 0 10000 11010011 1000010 110011

Color Harmonies of #2F7FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FD5

Black with #2F7FD5

Text Example


Text Example

White with #2F7FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,127,213); }

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

background-color css

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

 a { background-color: rgb(47,127,213); }

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

border-color css

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

 span { border-color: rgb(47,127,213); }

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