Html Css Color HEX #2F7BBF Curious Blue

📋 copy color: '#2F7BBF'

red 47 ◦ green 123 ◦ blue 191

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

Shades of Curious Blue #2F7BBF

Tints of Curious Blue #2F7BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 13.02%
G = 34.07%
B = 52.91%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F7BBF (or 0x2F7BBF) is known color: Curious Blue. HEX triplet: 2F, 7B and BF. RGB value is (47,123,191). Sum of RGB (Red+Green+Blue) = 47+123+191=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F7BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7BBF is #D08440. Grayscale: #6B6B6B. Windows color (decimal): -13665345 or 12548911. OLE color: 12548911.

HSL color Cylindrical-coordinate representation of color #2F7BBF: hue angle of 208.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7BBF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 123 191 -
CMYK 0.75 0.36 0 0.25
HSL 208.33º 0.61% 0.47% -
HSV(B) 208.33º 0.75% 0.75% -
XYZ 17.66 18.53 51.94 -
YUV 108.03 174.82 84.47 -
System Red Green Blue C M Y K H S L
Decimal 47 123 191 0.75 0.36 0 0.25 208.33 0.61 0.47
Hex 2F 7B BF 4B 24 0 19 D0 3D 2F
Octal 57 173 277 113 44 0 31 320 75 57
Binary 101111 1111011 10111111 1001011 100100 0 11001 11010000 111101 101111

Color Harmonies of #2F7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7BBF

Black with #2F7BBF

Text Example


Text Example

White with #2F7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,123,191); }

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

background-color css

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

 a { background-color: rgb(47,123,191); }

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

border-color css

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

 span { border-color: rgb(47,123,191); }

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